Skip to content

Commit

Permalink
tweek to download action
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Feb 8, 2024
1 parent 5f0a662 commit a213c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
needs: [build, unit-test]
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
steps:
- uses: actions/download-artifact@v3.1.2
- uses: actions/download-artifact@v3
id: download

- name: List artifacts
Expand All @@ -287,7 +287,7 @@ jobs:
needs: [build, unit-test]
if: ${{ github.event.inputs.nuget }}
steps:
- uses: actions/download-artifact@v3.1.2
- uses: actions/download-artifact@v3
id: download

- name: List artifacts
Expand Down

0 comments on commit a213c0a

Please sign in to comment.