Skip to content

Commit

Permalink
ci: upgrade from actions v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Nov 27, 2024
1 parent 95d5aa2 commit d768bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
done
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zvm-artifacts
path: |
Expand All @@ -54,7 +54,7 @@ jobs:

# Download all artifacts dynamically
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: zvm-artifacts
path: artifacts/
Expand Down

0 comments on commit d768bc3

Please sign in to comment.