From 7bb8dd3d51c4f9361ccbbfc498a6d6af60273431 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:43:02 -0400 Subject: [PATCH] Upgraded artifact to v4 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22b7dfe..d127778 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,9 +40,9 @@ jobs: echo "v0.0.1" > version/version-${{ github.sha }}.txt ls ${{ github.workspace}} - name: upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: version-@${{ github.sha }}.zip + name: version-${{ github.sha }}.zip path: version download-artifact: needs: [create-artifact] @@ -51,7 +51,7 @@ jobs: - name: download artifact uses: actions/download-artifact@v3 with: - name: version-@${{ github.sha }}.zip + name: version-${{ github.sha }}.zip - name: list files run: | ls ${{ github.workspace }}