From c63fb0bbb0276986181bf9842527115d45723873 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:19:23 +0100 Subject: [PATCH] Update GitHub Artifact Actions to v4 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 371e714..2a68851 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: GOOS: ${{ matrix.os }} GOARCH: ${{ matrix.arch }} - name: "Upload binary as artifact" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binary_${{ matrix.os }}_${{ matrix.arch }} path: build/lk-jwt-service_${{ matrix.os }}_${{ matrix.arch }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Fetch all binaries" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: "Create release" uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 with: