diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7df381f..bf92302 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -51,7 +51,7 @@ jobs: run: dotnet build --configuration Debug --no-restore - name: Upload Build Artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: build-artifacts path: | @@ -98,7 +98,7 @@ jobs: thresholds: "10 30" - name: Upload Code Coverage Results - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: coverage-results path: | @@ -113,7 +113,7 @@ jobs: files: "tests/**/TestResults.xml" - name: Upload Test Artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: test-results path: "tests/**/TestResults.xml" diff --git a/.github/workflows/ci-manual-build-test-sign.yml b/.github/workflows/ci-manual-build-test-sign.yml index 6557bbc..a45708a 100644 --- a/.github/workflows/ci-manual-build-test-sign.yml +++ b/.github/workflows/ci-manual-build-test-sign.yml @@ -77,7 +77,7 @@ jobs: Get-ChildItem -Path ${{ env.nupkgDirectory }} -Recurse -Force - name: Upload unsigned nupkgs - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: build-artifacts path: ${{ env.nupkgDirectory }}/*