diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index 1b26eb43..1a7aad69 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -120,7 +120,7 @@ jobs: - name: Get Briefcase Packages # Briefcase will build and package itself in a previous step in its CI if: endsWith(inputs.repository, 'briefcase') - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: name: packages-briefcase path: dist diff --git a/.github/workflows/app-create-verify.yml b/.github/workflows/app-create-verify.yml index ffc4cbe8..22ba2cb4 100644 --- a/.github/workflows/app-create-verify.yml +++ b/.github/workflows/app-create-verify.yml @@ -80,7 +80,7 @@ jobs: - name: Get Briefcase Package # Briefcase will build and package itself in a previous step in its CI if: endsWith(github.repository, 'briefcase') - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: name: packages-briefcase path: dist