mirror of
https://github.com/boostorg/json.git
synced 2025-05-12 06:01:41 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch head
|
- name: Fetch head
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'head_ref/root'
|
path: 'head_ref/root'
|
||||||
- name: Compile static lib for head ref
|
- name: Compile static lib for head ref
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
rows: 0 # 0 indicates unlimited number of rows
|
rows: 0 # 0 indicates unlimited number of rows
|
||||||
- name: Fetch base
|
- name: Fetch base
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.base_ref }}
|
ref: ${{ github.base_ref }}
|
||||||
path: 'base_ref/root'
|
path: 'base_ref/root'
|
||||||
|
8
.github/workflows/run_fuzzer.yml
vendored
8
.github/workflows/run_fuzzer.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch head
|
- name: Fetch head
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'head'
|
path: 'head'
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
id: cache-corpus
|
id: cache-corpus
|
||||||
with:
|
with:
|
||||||
path: head/fuzzing/corpus.tar
|
path: head/fuzzing/corpus.tar
|
||||||
@ -34,13 +34,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar cf - cmin > corpus.tar.tmp && mv corpus.tar.tmp "${GITHUB_WORKSPACE}"/head/fuzzing
|
tar cf - cmin > corpus.tar.tmp && mv corpus.tar.tmp "${GITHUB_WORKSPACE}"/head/fuzzing
|
||||||
- name: Save the corpus as a github artifact
|
- name: Save the corpus as a github artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: corpus
|
name: corpus
|
||||||
path: head/fuzzing/corpus.tar
|
path: head/fuzzing/corpus.tar
|
||||||
- name: Archive any crashes as an artifact
|
- name: Archive any crashes as an artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: crashes
|
name: crashes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user