We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8640594 commit 4b782acCopy full SHA for 4b782ac
.github/workflows/pr_trigger.yml
@@ -10,7 +10,7 @@ jobs:
10
upload:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Copy event file
15
run: cp "$GITHUB_EVENT_PATH" ./event.json
16
@@ -19,7 +19,7 @@ jobs:
19
# so we just save the file needed to do the review
20
# in a context with proper access rights
21
- name: Upload event file as artifact
22
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
23
with:
24
name: event.json
25
path: event.json
0 commit comments