diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3b0e9179a6..a4e1d3fc2f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -155,7 +155,7 @@ jobs: run: ./tool/ci/bots.sh - name: Upload Golden Failure Artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 if: failure() with: name: golden_image_failures.${{ matrix.bot }} @@ -226,7 +226,7 @@ jobs: run: ./tool/ci/bots.sh - name: Upload Golden Failure Artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 if: failure() with: name: golden_image_failures.${{ matrix.bot }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 417327d3af7..ced31fc03c4 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 with: name: SARIF file path: results.sarif