Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: download pr artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v20
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr
Expand All @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=id::$(<pr-id.txt)"

- name: download analysis comment
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v20
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: analysis_comment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v20
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
Loading