From 6e8491867e678bbc46ede9df7a3377fdf4835407 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:36:32 -0400 Subject: [PATCH] Downgrade artifact --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 574bae1..d193e93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: echo "v0.0.1" > version/version-${{ github.sha }}.txt ls ${{ github.workspace}} - name: upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: version-@${{ github.sha }}.zip path: version @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: version-@{{ github.sha }}.zip - name: list files