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
serious-scaffold[bot] committed Jul 8, 2024
1 parent 8265f65 commit f8acf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: valgrind-results
path: out/valgrind-results.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: valgrind-results
path: out/valgrind-results.tar.gz
Expand Down

0 comments on commit f8acf6b

Please sign in to comment.