diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67449960f3e..ab4c1f58d8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -379,7 +379,7 @@ jobs: +ci-promote-build-artifacts --AWS_DEFAULT_REGION=us-east-1 --CROSSPLANE_VERSION=${CROSSPLANE_VERSION} --BUILD_DIR=${GITHUB_REF##*/} --CHANNEL=master - name: Upload Artifacts to GitHub - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: output path: _output/** @@ -405,7 +405,7 @@ jobs: language: go - name: Upload Crash - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 8581222ae6a..37c334a59dc 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -122,7 +122,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: trivy-${{ env.escaped_filename }}.sarif path: trivy-results.sarif