Skip to content

Commit

Permalink
update download to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thenlie committed Jan 14, 2024
1 parent f94fd86 commit dbd9d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
- name: Checkout # for having the sources of the local action
uses: actions/checkout@v4
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: check-urls-artifact
name: ${{ steps.set-output.outputs.FILENAME}}
- name: Generate Summary Report
uses: ./.github/actions/awesomebot-gh-summary-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fpb-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: pr-fbp-lint-artifact
name: pr
path: pr/

0 comments on commit dbd9d35

Please sign in to comment.