Skip to content

Commit f0cf8bd

Browse files
chore(deps): update github artifact actions
1 parent 22ff355 commit f0cf8bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
command: build
2525
args: --features python --release --sdist -o dist
2626
- name: Upload wheels
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: wheels-linux
3030
path: dist
@@ -43,7 +43,7 @@ jobs:
4343
command: build
4444
args: --features python --release -o dist
4545
- name: Upload wheels
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: wheels-windows
4949
path: dist
@@ -62,7 +62,7 @@ jobs:
6262
command: build
6363
args: --features python --release -o dist
6464
- name: Upload wheels
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: wheels-macos
6868
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
# Used to generate artifact attestation
8484
attestations: write
8585
steps:
86-
- uses: actions/download-artifact@v7
86+
- uses: actions/download-artifact@v8
8787

8888
- name: Generate artifact attestation
8989
uses: actions/attest-build-provenance@v4

0 commit comments

Comments
 (0)