diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9676311..cf799b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,13 +95,13 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Download Windows x64 application - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: BundlePack-Windows-x64-intermediate-${{ github.run_id }} path: .build/artifacts/BundlePack-Windows-x64 - name: Download Windows ARM64 application - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: BundlePack-Windows-arm64-intermediate-${{ github.run_id }} path: .build/artifacts/BundlePack-Windows-arm64 @@ -195,7 +195,7 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Download Windows compatibility fixtures - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: BundlePack-Windows-Fixtures-${{ github.sha }} path: .build/windows-fixtures diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 425457e..ee6543f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,7 +157,7 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Download Windows compatibility fixtures - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: BundlePack-Release-Fixtures-${{ github.sha }} path: .build/windows-fixtures @@ -181,7 +181,7 @@ jobs: steps: - name: Download release assets - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: BundlePack-Release-Assets-*-${{ github.sha }} path: .release-assets