Skip to content

Commit

Permalink
Update artifact action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Nov 6, 2024
1 parent 200fa09 commit 35ee2e0
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 @@ -51,7 +51,7 @@ jobs:
echo $EVENT_CONTEXT
- name: Upload archive as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-tar
path: HAMLET-${{ env.RELEASE_VERSION }}.tar.gz
Expand All @@ -73,7 +73,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Download release tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-tar

Expand Down

0 comments on commit 35ee2e0

Please sign in to comment.