From 133721917fdce703f5c598b7b5c9fb5a6e46a8cc Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 13 Dec 2024 23:19:07 -0700 Subject: [PATCH] ci: Attempting a different artifact job version to see if it corrects the error [skip ci] --- .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 2ea09e2..d04b0a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: cp target/${{ matrix.job.target }}/release/${{ env.RELEASE_NAME }}.sha256 artifacts/ - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: artifacts path: artifacts @@ -167,7 +167,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: artifacts path: artifacts @@ -270,7 +270,7 @@ jobs: git push origin --follow-tags - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: artifacts path: artifacts @@ -281,7 +281,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: artifacts path: artifacts