Skip to content

Commit b7cde3c

Browse files
[MNT] Bump the github-actions group with 2 updates
Bumps the github-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: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4fa765 commit b7cde3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m build
3939
4040
- name: Store build files
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: dist
4444
path: dist/*
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

64-
- uses: actions/download-artifact@v5
64+
- uses: actions/download-artifact@v6
6565
with:
6666
name: dist
6767
path: dist
@@ -102,7 +102,7 @@ jobs:
102102
id-token: write
103103

104104
steps:
105-
- uses: actions/download-artifact@v5
105+
- uses: actions/download-artifact@v6
106106
with:
107107
name: dist
108108
path: dist

0 commit comments

Comments
 (0)