diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index f0360aba68..da587fd65a 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -10,14 +10,14 @@ on: jobs: event_type: runs-on: ubuntu-latest - steps: + steps: - uses: actions/checkout@v3 - + - name: Save Event Type run: echo ${{ github.event_name }} > ./event_type - name: Upload Event Type - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ./event_type name: event_type @@ -73,7 +73,7 @@ jobs: if: success() with: workflow: analyze.yml - branch: ${{ github.event.pull_request.base.ref || 'main' }} + branch: ${{ github.event.pull_request.base.ref || 'main' }} name: bundle_analysis.json path: .next/analyze/base/bundle @@ -99,7 +99,7 @@ jobs: with: name: analysis_comment.txt path: .next/analyze/__bundle_analysis_comment.txt - + number: runs-on: ubuntu-latest needs: analyze @@ -118,4 +118,3 @@ jobs: # The actual commenting happens in the other action, matching the guidance in # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - \ No newline at end of file