Skip to content

Commit

Permalink
Merge pull request crossplane#5237 from crossplane/renovate/master-ac…
Browse files Browse the repository at this point in the history
…tions-upload-artifact-digest

chore(deps): update actions/upload-artifact digest to 1eb3cb2 (master)
  • Loading branch information
negz authored Jan 12, 2024
2 parents b7fa098 + 84c4919 commit c15b040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
run: make e2e E2E_TEST_FLAGS="-test.v -test.failfast -fail-fast --kind-logs-location ./logs-kind --test-suite ${{ matrix.test-suite }}"

- name: Upload artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
if: failure()
with:
name: e2e-kind-logs-${{ matrix.test-suite }}
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
BUILD_ARGS: "--load"

- name: Publish Artifacts to GitHub
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: output
path: _output/**
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
language: go

- name: Upload Crash
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
output: 'trivy-results.sarif'

- name: Upload Artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with:
name: trivy-${{ env.escaped_filename }}.sarif
path: trivy-results.sarif
Expand Down

0 comments on commit c15b040

Please sign in to comment.