diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2768d6f3a..1ac9c33827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,7 +258,7 @@ jobs: - name: Fetch NuGet Packages if: env.CI_PUBLISHING_BUILD == 'true' - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: ${{ github.sha }} path: src @@ -344,7 +344,7 @@ jobs: uses: ./.github/actions/buildnative - name: Fetch NuGet Packages - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: ${{ github.sha }} path: src diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 4fe2a3bce5..65da3e677a 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -85,7 +85,7 @@ jobs: submodules: recursive - name: Download test app artifact - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: device-test-android-${{ matrix.tfm }} path: bin