diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 9c2d115..52069ea 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -60,13 +60,13 @@ jobs: IRIS_DB__USER: iris IRIS_DB__PASSWORD: iris IRIS_DB__NAME: iris - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: surefire-reports path: target/surefire-reports/ retention-days: 7 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: failsafe-reports diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c9deed3..98466b5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -93,7 +93,7 @@ jobs: publish_results: true - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF-file path: results.sarif