From 766e23d265868ee79b2f1719fabaa8cb78a46d50 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 13 Dec 2024 23:06:36 -0700 Subject: [PATCH] ci: Use the same version of upload/download-artifact action [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 122f025..2ea09e2 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@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts @@ -167,7 +167,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: artifacts path: artifacts @@ -270,7 +270,7 @@ jobs: git push origin --follow-tags - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts @@ -281,7 +281,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get release artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: artifacts path: artifacts