From a66775b1de6de1a85f26375c5f2bc2dba43c7a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:34:28 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .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 9cf9a66..e64e98c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: OS: ${{ env.OS }} CONFIG: ${{ matrix.config }} - name: ${{ format('📦 Store binary ({0})', matrix.config) }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.platform }}-${{ matrix.config }}-release-artifacts path: ${{ env.outBinaryPath }} @@ -148,7 +148,7 @@ jobs: # Download everything to avoid spelling out the different # platforms here. - name: '📥 Download all artifacts' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: '📤 Upload artifacts for release' run: gh release upload "${GITHUB_REF/refs\/tags\//}" ./*-release-artifacts/* env: