diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20b774b909..997f5ffafa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -209,7 +209,7 @@ jobs: - name: Upload build logs if: ${{ always() }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.rid }}-build-logs path: | @@ -242,7 +242,7 @@ jobs: - name: Upload build and test outputs if: failure() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.rid }}-verify-test-results path: "**/*.received.*" @@ -252,7 +252,7 @@ jobs: - name: Archive NuGet Packages if: env.CI_PUBLISHING_BUILD == 'true' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ github.sha }} if-no-files-found: error @@ -338,7 +338,7 @@ jobs: - name: Upload logs if: ${{ always() }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ runner.os }}-msbuild-logs path: | diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 99e5fc88df..3aef02e5b4 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -81,7 +81,7 @@ jobs: run: pwsh ./scripts/device-test.ps1 android -Build -Tfm ${{ matrix.tfm }} - name: Upload Android Test App (${{ matrix.tfm }}) - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: device-test-android-${{ matrix.tfm }} if-no-files-found: error @@ -196,7 +196,7 @@ jobs: - name: Upload results if: success() || failure() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: device-test-android-${{ matrix.api-level }}-${{ matrix.tfm }}-results path: | diff --git a/.github/workflows/device-tests-ios.yml b/.github/workflows/device-tests-ios.yml index f916748374..1d379d2963 100644 --- a/.github/workflows/device-tests-ios.yml +++ b/.github/workflows/device-tests-ios.yml @@ -102,7 +102,7 @@ jobs: - name: Upload results if: success() || failure() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: device-test-ios-results path: | diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 88950a0743..a1c16c3a1e 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -39,7 +39,7 @@ jobs: - name: Upload Format Report if: ${{ always() }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: archive: false path: ./dotnet-format-report/ diff --git a/.github/workflows/playwright-blazor-wasm.yml b/.github/workflows/playwright-blazor-wasm.yml index 9083514de7..ba4c796024 100644 --- a/.github/workflows/playwright-blazor-wasm.yml +++ b/.github/workflows/playwright-blazor-wasm.yml @@ -59,7 +59,7 @@ jobs: - name: Upload Test Results if: failure() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-blazor-wasm-results path: test/Sentry.AspNetCore.Blazor.WebAssembly.PlaywrightTests/TestResults/