Skip to content

Commit 73964f1

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a86b9d6 commit 73964f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
else
3737
echo "All seem good"
3838
fi
39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v5
4040
with:
4141
name: releases
4242
path: dist
@@ -45,7 +45,7 @@ jobs:
4545
needs: [build_artifacts]
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/download-artifact@v5
48+
- uses: actions/download-artifact@v6
4949
with:
5050
name: releases
5151
path: dist
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6262
steps:
63-
- uses: actions/download-artifact@v5
63+
- uses: actions/download-artifact@v6
6464
with:
6565
name: releases
6666
path: dist

0 commit comments

Comments
 (0)