From f4b610551eccba98b301a64502dc38196612c2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Mon, 17 Jun 2024 12:53:50 +0200 Subject: [PATCH] Upgrading dawidd6/action-download-artifact to v6 --- .github/workflows/publish-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 81cd946645..17aa3cd023 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -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 }} @@ -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 }} @@ -74,7 +74,7 @@ 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 }} @@ -82,7 +82,7 @@ jobs: 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