From 1bfd6ef64a95587821f56946447b2f5895c8bcdf Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:36:07 +0800 Subject: [PATCH] Revert "build(deps): bump actions/upload-artifact from 3 to 4 (#75)" This reverts commit 0c8c66d5cc985d25f3f1353ceda752ccabd1edac. --- .github/workflows/nightlies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index bc0534f..32ef8d0 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -304,7 +304,7 @@ jobs: fi - name: Upload source archive to artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: 'nim-${{ matrix.setting.commit }}' path: nim/output/* @@ -438,7 +438,7 @@ jobs: fi - name: Upload binaries to artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}' path: '${{ steps.release.outputs.artifact_nativepath }}'