diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2529761..e1d8352 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: run: zip -r evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip . -x "*.git*" - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }} path: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip @@ -80,7 +80,7 @@ jobs: uses: actions/checkout@v2 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v2 with: path: .