From a63ede3a29b8be17fb8b00011ae7d3efe69ed3af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:18:15 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/release.yml | 6 +++--- .github/workflows/testing.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 350fe9b..9504375 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: run: make TARGET=${{ steps.builder.outputs.args }} releases - name: Upload archived binary - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: telegra-ph path: build/package/telegra.ph* @@ -105,7 +105,7 @@ jobs: digest: ${{ steps.digest.outputs.result }} steps: - name: Download math result from build job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: telegra-ph path: . @@ -124,7 +124,7 @@ jobs: needs: [build, checksum] steps: - name: Download math result from build and checksum jobs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: telegra-ph path: telegra-ph # Put files to telegra.ph directory diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9295d8b..fa01ad7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -66,7 +66,7 @@ jobs: run: make test-integration - name: Upload coverage - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage path: coverage.*