Skip to content

Commit

Permalink
Fix artifact download version
Browse files Browse the repository at this point in the history
  • Loading branch information
tajdeluca committed Jan 1, 2024
1 parent 28a1e73 commit 0d5ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-
${{ runner.os }}-
# Download previous build
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
if: ${{ inputs.test_is_against_deployment == false }}
with:
name: ${{ inputs.build_artifact_name }}
Expand Down

0 comments on commit 0d5ccec

Please sign in to comment.