Skip to content

Commit 7cb9c76

Browse files
dependabot[bot]Zxilly
authored andcommitted
build(deps): bump actions/download-artifact from 4.1.8 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a45d24d commit 7cb9c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
steps:
148148
- name: Get all artifacts
149-
uses: actions/download-artifact@v4.1.8
149+
uses: actions/download-artifact@v4.3.0
150150
with:
151151
path: binary
152152

@@ -181,7 +181,7 @@ jobs:
181181
pip install -r scripts/requirements.txt
182182
183183
- name: Get all artifacts
184-
uses: actions/download-artifact@v4.1.8
184+
uses: actions/download-artifact@v4.3.0
185185
with:
186186
path: binary
187187

0 commit comments

Comments
 (0)