Skip to content

Commit

Permalink
Use action/download-artifactv4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaas Freitag committed Sep 3, 2024
1 parent 43d4922 commit 862a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand Down

0 comments on commit 862a457

Please sign in to comment.