Skip to content

Commit

Permalink
Revert "build(deps): bump actions/download-artifact from 3 to 4 (#76)" (
Browse files Browse the repository at this point in the history
#79)

This reverts commit b4863da.
  • Loading branch information
ringabout authored Jan 2, 2024
1 parent 0d4a4eb commit fb5db9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb5db9e

Please sign in to comment.