Skip to content

Commit 428c7ff

Browse files
authored
Merge pull request #581 from pbs-data-solutions/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f4d7b90 + f8abb59 commit 428c7ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sccache: "true"
3131
manylinux: auto
3232
- name: Upload wheels
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: wheels-linux-${{ matrix.target }}
3636
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
args: --release --out dist --find-interpreter
5454
sccache: "true"
5555
- name: Upload wheels
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: wheels-windows-${{ matrix.target }}
5959
path: dist
@@ -75,7 +75,7 @@ jobs:
7575
args: --release --out dist --find-interpreter
7676
sccache: "true"
7777
- name: Upload wheels
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: wheels-macos-${{ matrix.target }}
8181
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
command: sdist
9494
args: --out dist
9595
- name: Upload sdist
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: wheels-sdist
9999
path: dist

0 commit comments

Comments
 (0)