diff --git a/.github/workflows/ci-build-test.yml b/.github/workflows/ci-build-test.yml index cd9fb02b..b99da395 100644 --- a/.github/workflows/ci-build-test.yml +++ b/.github/workflows/ci-build-test.yml @@ -82,7 +82,7 @@ jobs: - name: 📤 Upload test results artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: testresults-${{ matrix.os }}-${{ matrix.configuration }} path: artifacts/testresults/** diff --git a/.github/workflows/ci-code-coverage.yml b/.github/workflows/ci-code-coverage.yml index a7b42f46..b786f90f 100644 --- a/.github/workflows/ci-code-coverage.yml +++ b/.github/workflows/ci-code-coverage.yml @@ -36,7 +36,7 @@ jobs: toolpath: "reportgeneratortool" - name: Upload combined coverage XML - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: coverage path: ${{ github.workspace }}/report @@ -56,7 +56,7 @@ jobs: thresholds: "60 80" - name: Upload combined coverage markdown - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: coverage-markdown path: ${{ github.workspace }}/code-coverage-results.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3964faf1..70d0c2a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: --output "${{ github.workspace }}/artifacts/packages" - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: ${{ !cancelled() }} with: name: build-artifacts