Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 0b2256b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 92d1b01 commit 5934de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gradle-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:

- name: Upload heap dump
if: failure()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: heap-dump
path: ${{github.workspace}}/**/*{.hprof,.log}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
restore-cache-key: main-build-artifacts

- name: Archive test results
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
if: failure()
with:
name: test-results
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
restore-cache-key: main-build-artifacts

- name: Archive integration test results
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
if: failure()
with:
name: integration-test-results-windows
Expand Down

0 comments on commit 5934de0

Please sign in to comment.