Skip to content

Commit 26d9f80

Browse files
Bump actions/download-artifact from 5 to 6 (#53)
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e59745b commit 26d9f80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@ jobs:
7373
if: startsWith(github.ref, 'refs/tags/')
7474
steps:
7575
- name: Download Ubuntu wheel artifact 3.12
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: wheel-ubuntu-latest-3.12
7979
path: wheels/ubuntu
8080

8181
- name: Download Ubuntu wheel artifact 3.13
82-
uses: actions/download-artifact@v5
82+
uses: actions/download-artifact@v6
8383
with:
8484
name: wheel-ubuntu-latest-3.13
8585
path: wheels/ubuntu
8686

8787
- name: Download Windows wheel artifact 3.12
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
name: wheel-windows-latest-3.12
9191
path: wheels/windows
9292

9393
- name: Download Windows wheel artifact 3.13
94-
uses: actions/download-artifact@v5
94+
uses: actions/download-artifact@v6
9595
with:
9696
name: wheel-windows-latest-3.13
9797
path: wheels/windows

0 commit comments

Comments
 (0)