Skip to content

Commit

Permalink
Merge pull request #339 from privacybydesign/bump-download-artifact-a…
Browse files Browse the repository at this point in the history
…ction

CI/CD: bump version of download-artifact action
  • Loading branch information
ivard authored Sep 5, 2023
2 parents 163b005 + 14cb7f9 commit f002314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:

- name: Download IRMA server artifact (artifact id)
if: ${{ !startsWith(inputs.irma-server-artifact, 'https://') }}
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ${{ inputs.irma-server-artifact }}
path: bin-is
Expand All @@ -41,7 +41,7 @@ runs:

- name: Download keyshare server artifact (artifact id)
if: ${{ !startsWith(inputs.keyshare-server-artifact, 'https://') }}
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ${{ inputs.keyshare-server-artifact }}
path: bin-ks
Expand Down

0 comments on commit f002314

Please sign in to comment.