Skip to content

Commit

Permalink
Github actions: Upgraded actions/download-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Mar 9, 2024
1 parent b8e1913 commit 42750bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
pull-requests: write
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 42750bb

Please sign in to comment.