Skip to content

Commit 3b06b1d

Browse files
committed
Bump upload-artifact actions v4 -> v5 and download-artifact v4 -> v6
1 parent ebe1ec1 commit 3b06b1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/github_actions.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ jobs:
17401740
sccache: 'true'
17411741
manylinux: auto
17421742
- name: Upload wheels
1743-
uses: actions/upload-artifact@v4
1743+
uses: actions/upload-artifact@v5
17441744
with:
17451745
name: wheels-linux-${{{{ matrix.target }}}}
17461746
path: dist
@@ -1762,7 +1762,7 @@ jobs:
17621762
args: --release --out dist --find-interpreter
17631763
sccache: 'true'
17641764
- name: Upload wheels
1765-
uses: actions/upload-artifact@v4
1765+
uses: actions/upload-artifact@v5
17661766
with:
17671767
name: wheels-windows-${{{{ matrix.target }}}}
17681768
path: dist
@@ -1783,7 +1783,7 @@ jobs:
17831783
args: --release --out dist --find-interpreter
17841784
sccache: 'true'
17851785
- name: Upload wheels
1786-
uses: actions/upload-artifact@v4
1786+
uses: actions/upload-artifact@v5
17871787
with:
17881788
name: wheels-macos-${{{{ matrix.target }}}}
17891789
path: dist
@@ -1800,7 +1800,7 @@ jobs:
18001800
command: sdist
18011801
args: --out dist
18021802
- name: Upload sdist
1803-
uses: actions/upload-artifact@v4
1803+
uses: actions/upload-artifact@v5
18041804
with:
18051805
name: wheels-sdist
18061806
path: dist
@@ -1813,7 +1813,7 @@ jobs:
18131813
if: "startsWith(github.ref, 'refs/tags/')"
18141814
needs: [linux, windows, macos, sdist]
18151815
steps:
1816-
- uses: actions/download-artifact@v4
1816+
- uses: actions/download-artifact@v6
18171817
- uses: actions/setup-python@v6
18181818
with:
18191819
python-version: "{python_version}"

0 commit comments

Comments
 (0)