File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 event_type :
1212 runs-on : ubuntu-latest
13- steps :
13+ steps :
1414 - uses : actions/checkout@v3
15-
15+
1616 - name : Save Event Type
1717 run : echo ${{ github.event_name }} > ./event_type
1818
1919 - name : Upload Event Type
20- uses : actions/upload-artifact@v3
20+ uses : actions/upload-artifact@v4
2121 with :
2222 path : ./event_type
2323 name : event_type
7373 if : success()
7474 with :
7575 workflow : analyze.yml
76- branch : ${{ github.event.pull_request.base.ref || 'main' }}
76+ branch : ${{ github.event.pull_request.base.ref || 'main' }}
7777 name : bundle_analysis.json
7878 path : .next/analyze/base/bundle
7979
9999 with :
100100 name : analysis_comment.txt
101101 path : .next/analyze/__bundle_analysis_comment.txt
102-
102+
103103 number :
104104 runs-on : ubuntu-latest
105105 needs : analyze
@@ -118,4 +118,3 @@ jobs:
118118
119119 # The actual commenting happens in the other action, matching the guidance in
120120 # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
121-
You can’t perform that action at this time.
0 commit comments