diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05e83050e..733e69bff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: tree -nh ./bin - name: Upload artifacts - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: registry path: ./bin/* diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 92ef41a9a..66e8e756e 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -44,7 +44,7 @@ jobs: run: mkdir -p out/ && mv {report.html,junit.xml} out/ - name: Upload test results - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: oci-test-results-${{ github.sha }} path: out/ diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c56009426..69182e780 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -46,7 +46,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag=v6.0.0 with: name: SARIF file path: results.sarif