Skip to content

Commit

Permalink
Upgrading dawidd6/action-download-artifact to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 17, 2024
1 parent 16c4c36 commit f4b6105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm ci

- name: Download JSI binding source-code from PR
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11
with:
workflow: pr-realm-js.yml
commit: ${{ inputs.commit || github.sha }}
Expand All @@ -64,7 +64,7 @@ jobs:
name: jsi-binding-source

- name: Download TypeScript build from PR
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11
with:
workflow: pr-realm-js.yml
commit: ${{ inputs.commit || github.sha }}
Expand All @@ -74,15 +74,15 @@ jobs:
name: ts-build

- name: Download prebuilds from PR
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11
with:
workflow: pr-realm-js.yml
commit: ${{ inputs.commit || github.sha }}
path: ${{ github.workspace }}
workflow_conclusion: "" # Ignores workflow conclusion
github_token: ${{ secrets.REALM_CI_PAT }}
name_is_regexp: true
name: "*-prebuild"
name: ".*-prebuild"

- name: Read version
id: get-version
Expand Down

0 comments on commit f4b6105

Please sign in to comment.