mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-06-28 01:29:10 -04:00
Hot fix for pr_trigger workflow
v2 versions of `actions/checkout` and `actions/upload-artifact` are no longer supported.
This commit is contained in:
parent
8640594d0d
commit
4b782ac0d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_trigger.yml
vendored
4
.github/workflows/pr_trigger.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
upload:
|
upload:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Copy event file
|
- name: Copy event file
|
||||||
run: cp "$GITHUB_EVENT_PATH" ./event.json
|
run: cp "$GITHUB_EVENT_PATH" ./event.json
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# so we just save the file needed to do the review
|
# so we just save the file needed to do the review
|
||||||
# in a context with proper access rights
|
# in a context with proper access rights
|
||||||
- name: Upload event file as artifact
|
- name: Upload event file as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: event.json
|
name: event.json
|
||||||
path: event.json
|
path: event.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue