From 665ad025e1942035603116480f749be65076c6e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 05:11:50 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ff11aa..675a71e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: run: make TARGET=${{ steps.builder.outputs.args }} releases - name: Upload archived binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.PRODUCT }} path: build/package/${{ env.PRODUCT }}* @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.PRODUCT }} path: ${{ env.PRODUCT }} @@ -119,7 +119,7 @@ jobs: ' >> gittaglogs.txt - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-note path: release-note.md @@ -141,7 +141,7 @@ jobs: needs: [release] steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: release-note path: .