mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:07:16 +03:00
ci: update github actions
- bump actions/checkout from 2 to 3 - bump actions/upload-artifact from 1 to 3 - bump github/codeql-actions from 1 to 2 - use version tag for actions/checkout Closes #8843
This commit is contained in:
parent
5227367903
commit
bda0d5fb84
14 changed files with 18 additions and 18 deletions
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
dry-run: false
|
||||
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue