Skip to content

Commit 8b8fe34

Browse files
chore(deps): update github artifact actions
1 parent 3878ed1 commit 8b8fe34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
CIBW_BUILD: "*cp3${{ matrix.python }}*"
7575

76-
- uses: actions/upload-artifact@v4
76+
- uses: actions/upload-artifact@v6
7777
with:
7878
name: wheels-${{ matrix.os }}-3.${{ matrix.python }}
7979
path: ./wheelhouse/*.whl
@@ -93,7 +93,7 @@ jobs:
9393
uses: ./.github/actions/setup-environment
9494

9595
- name: Download All Artifacts
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v7
9797
with:
9898
path: dist
9999
merge-multiple: true

0 commit comments

Comments
 (0)