Skip to content

Commit

Permalink
Use actions/download-artifact@v4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 8, 2024
1 parent 2a7712d commit 0994b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
role-duration-seconds: 900

- name: Download Matrix Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Publish Website
run: .github/workflows/publish.sh
Expand Down

0 comments on commit 0994b02

Please sign in to comment.