Skip to content

Commit c4d20ae

Browse files
⬆️ deps: Update GitHub Artifact Actions
1 parent 82827cf commit c4d20ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-and-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@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: wheels-ubuntu-${{ matrix.target }}-${{ matrix.python-version }}
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@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: wheels-windows-${{ matrix.target }}-${{ matrix.python-version }}
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@v6
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: wheels-macos-${{ matrix.target }}-${{ matrix.python-version }}
8787
path: dist
@@ -96,7 +96,7 @@ jobs:
9696
command: sdist
9797
args: --out dist
9898
- name: Upload sdist
99-
uses: actions/upload-artifact@v6
99+
uses: actions/upload-artifact@v7
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@v7
114+
uses: actions/download-artifact@v8
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@v7
130+
- uses: actions/download-artifact@v8
131131
with:
132132
pattern: wheels-*
133133
merge-multiple: true

0 commit comments

Comments
 (0)