From fb5db9e542443be44216d196ab3f907733bdc147 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:29:01 +0800 Subject: [PATCH] Revert "build(deps): bump actions/download-artifact from 3 to 4 (#76)" (#79) This reverts commit b4863da7d29103bb97306412ea8d4f7b51e22463. --- .github/workflows/nightlies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 32ef8d0..35553ce 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -376,7 +376,7 @@ jobs: - name: Download generated source package if: steps.built.outputs.cache-hit != 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: 'nim-${{ matrix.setting.commit }}' path: source @@ -475,14 +475,14 @@ jobs: - name: Download generated source package if: steps.deploy-cache.outputs.cache-hit != 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: 'nim-${{ matrix.setting.commit }}' path: source - name: Download built binaries from artifacts if: steps.deploy-cache.outputs.cache-hit != 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}' path: binaries