Skip to content

Commit

Permalink
Chore(deps): Bump actions/download-artifact from 2 to 4 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 0a78c50 commit 7766c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Download PR info
# This puts the `pr-info.json` file in the current directory.
# We need this to get the PR's SHA at the time of the workflow run.
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr-info

Expand Down

0 comments on commit 7766c91

Please sign in to comment.