From 082ea511d7396388c7be9a709226ca020d32b450 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 18 Oct 2024 10:04:04 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: .