diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8834ec7474..9c34c2eb5f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: files: | **/test-results/**/*.xml - name: Archive test report - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 # Archive test reports for introspection even if the build failed. They are most useful in this situation. if: always() with: diff --git a/.github/workflows/mps-compatibility.yaml b/.github/workflows/mps-compatibility.yaml index 10ebeb593d..63f10ffce0 100644 --- a/.github/workflows/mps-compatibility.yaml +++ b/.github/workflows/mps-compatibility.yaml @@ -48,7 +48,7 @@ jobs: :mps-sync-plugin3:build -Pmps.version.major=${{ matrix.version }} - name: Archive test report - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: always() with: name: test-report-${{ matrix.version }}