Skip to content

Commit 348128f

Browse files
jonstacksmattn
authored andcommitted
Upgrade upload-artifact action
action/upload-artifact@v1 has been deprecated for a while. It seems like GitHub Actions will now cancel workflows if it is still using v1 of the action. This upgrades to the latest v4 of the action. See https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/ for details.
1 parent 82bc911 commit 348128f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dry-run: false
2323
sanitizer: ${{ matrix.sanitizer }}
2424
- name: Upload Crash
25-
uses: actions/upload-artifact@v1
25+
uses: actions/upload-artifact@v4
2626
if: failure()
2727
with:
2828
name: ${{ matrix.sanitizer }}-artifacts

0 commit comments

Comments
 (0)