Skip to content

Commit

Permalink
Use more general v4 for actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Sep 24, 2024
1 parent 1a5dd88 commit e32289f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4

- name: Retrieve overview reports
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: logs
path: _logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Retrieve overview reports
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: logs
path: _logs
Expand Down

0 comments on commit e32289f

Please sign in to comment.