Skip to content

Commit ab21de9

Browse files
fix(ci): update actions/upload-artifact to v4 in release-automation.yml
1 parent 6d538b2 commit ab21de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
fi
203203
204204
- name: Upload release artifact
205-
uses: actions/upload-artifact@v3
205+
uses: actions/upload-artifact@v4
206206
with:
207207
name: ${{ matrix.name }}
208208
path: |
@@ -285,7 +285,7 @@ jobs:
285285
fetch-depth: 0
286286

287287
- name: Download all release artifacts
288-
uses: actions/download-artifact@v3
288+
uses: actions/download-artifact@v4
289289
with:
290290
path: release-artifacts
291291

0 commit comments

Comments
 (0)