Skip to content

Commit bd35dd4

Browse files
fix(gh-workflows): bump version (#1660)
1 parent 07155f6 commit bd35dd4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/analyze.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

@@ -99,7 +99,7 @@ jobs:
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-

0 commit comments

Comments
 (0)