diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index 2aec7d28..0a7a04a6 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -126,7 +126,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.5 + uses: actions/download-artifact@v4.1.7 with: name: packages-briefcase path: dist diff --git a/.github/workflows/app-create-verify.yml b/.github/workflows/app-create-verify.yml index a10854c4..3483ab57 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.5 + uses: actions/download-artifact@v4.1.7 with: name: packages-briefcase path: dist