Skip to content

Commit 40aa96c

Browse files
authored
ci: Update artifact actions to v4 (#248)
1 parent 7097b10 commit 40aa96c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dist.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: python -m build
7979

8080
- name: Upload build artifacts
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: dist
8484
path: dist
@@ -122,7 +122,7 @@ jobs:
122122
architecture: ${{ matrix.architecture }}
123123

124124
- name: Download build artifacts
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: dist
128128
path: dist
@@ -179,7 +179,7 @@ jobs:
179179
key: ${{ matrix.container }}
180180

181181
- name: Download build artifacts
182-
uses: actions/download-artifact@v3
182+
uses: actions/download-artifact@v4
183183
with:
184184
name: dist
185185
path: dist
@@ -221,7 +221,7 @@ jobs:
221221

222222
steps:
223223
- name: Download build artifacts
224-
uses: actions/download-artifact@v3
224+
uses: actions/download-artifact@v4
225225
with:
226226
name: dist
227227
path: dist

0 commit comments

Comments
 (0)