Skip to content

Commit

Permalink
Bump up deprecated actions/download-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Juboy committed Feb 5, 2025
1 parent e939ac9 commit c1ecc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: always()
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts
- name: Publish Test Results
Expand Down

0 comments on commit c1ecc98

Please sign in to comment.