mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 05:33:57 +00:00
update GHA actions' versions
This commit is contained in:
parent
e9df70b5f5
commit
128dc383a7
4
.github/workflows/run_analyze-bloat.yml
vendored
4
.github/workflows/run_analyze-bloat.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch head
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'head_ref/root'
|
||||
- name: Compile static lib for head ref
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
rows: 0 # 0 indicates unlimited number of rows
|
||||
- name: Fetch base
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.base_ref }}
|
||||
path: 'base_ref/root'
|
||||
|
8
.github/workflows/run_fuzzer.yml
vendored
8
.github/workflows/run_fuzzer.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Fetch head
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'head'
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
id: cache-corpus
|
||||
with:
|
||||
path: head/fuzzing/corpus.tar
|
||||
@ -34,13 +34,13 @@ jobs:
|
||||
run: |
|
||||
tar cf - cmin > corpus.tar.tmp && mv corpus.tar.tmp "${GITHUB_WORKSPACE}"/head/fuzzing
|
||||
- name: Save the corpus as a github artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: success()
|
||||
with:
|
||||
name: corpus
|
||||
path: head/fuzzing/corpus.tar
|
||||
- name: Archive any crashes as an artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: crashes
|
||||
|
Loading…
x
Reference in New Issue
Block a user