Skip to content

Commit d0bcf05

Browse files
⬆️ deps: Update GitHub Artifact Actions
1 parent c227bb4 commit d0bcf05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sccache: 'true'
3333
manylinux: auto
3434
- name: Upload wheels
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: wheels-ubuntu-${{ matrix.target }}
3838
path: dist
@@ -57,7 +57,7 @@ jobs:
5757
args: --release --out dist --find-interpreter
5858
sccache: 'true'
5959
- name: Upload wheels
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: wheels-windows-${{ matrix.target }}
6363
path: dist
@@ -81,7 +81,7 @@ jobs:
8181
args: --release --out dist --find-interpreter
8282
sccache: 'true'
8383
- name: Upload wheels
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: wheels-macos-${{ matrix.target }}
8787
path: dist
@@ -96,7 +96,7 @@ jobs:
9696
command: sdist
9797
args: --out dist
9898
- name: Upload sdist
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: wheels-sdist
102102
path: dist
@@ -111,7 +111,7 @@ jobs:
111111

112112
steps:
113113
- name: Retrieve release distributions
114-
uses: actions/download-artifact@v5
114+
uses: actions/download-artifact@v6
115115
with:
116116
pattern: wheels-*
117117
merge-multiple: true
@@ -127,7 +127,7 @@ jobs:
127127
permissions:
128128
contents: write
129129
steps:
130-
- uses: actions/download-artifact@v5
130+
- uses: actions/download-artifact@v6
131131
with:
132132
pattern: wheels-*
133133
merge-multiple: true

0 commit comments

Comments
 (0)