From 35ee2e081eba4503e9cb3427fca5164b29d94812 Mon Sep 17 00:00:00 2001 From: Redmar van den Berg Date: Wed, 6 Nov 2024 10:00:07 +0100 Subject: [PATCH] Update artifact action to version 4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4d9e37..d3e9ede 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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