Skip to content

Commit 3cdc1d3

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afe8b73 commit 3cdc1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: contains(env.VERSION, 'alpha') || contains(env.VERSION, 'beta')
7070
run: echo "preRelease=true" >> $GITHUB_ENV
7171

72-
- uses: actions/download-artifact@v4.3.0
72+
- uses: actions/download-artifact@v5.0.0
7373
with:
7474
path: artifacts
7575
pattern: release-artifact

0 commit comments

Comments
 (0)