Skip to content

Commit b6cedfb

Browse files
authored
Merge pull request #15 from django-components/dependabot/github_actions/actions/upload-artifact-5
2 parents 7a530ff + a350191 commit b6cedfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sccache: "true"
4848
manylinux: auto
4949
- name: Upload wheels
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: wheels-linux-${{ matrix.platform.target }}
5353
path: dist
@@ -78,7 +78,7 @@ jobs:
7878
sccache: "true"
7979
manylinux: musllinux_1_2
8080
- name: Upload wheels
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: wheels-musllinux-${{ matrix.platform.target }}
8484
path: dist
@@ -105,7 +105,7 @@ jobs:
105105
args: --release --out dist --find-interpreter
106106
sccache: "true"
107107
- name: Upload wheels
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: wheels-windows-${{ matrix.platform.target }}
111111
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
args: --release --out dist --find-interpreter
132132
sccache: "true"
133133
- name: Upload wheels
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: wheels-macos-${{ matrix.platform.target }}
137137
path: dist
@@ -146,7 +146,7 @@ jobs:
146146
command: sdist
147147
args: --out dist
148148
- name: Upload sdist
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v5
150150
with:
151151
name: wheels-sdist
152152
path: dist

0 commit comments

Comments
 (0)