Skip to content

Commit bc87f8d

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 44b1421 commit bc87f8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
471471
- name: Upload test results
472472
if: failure()
473-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
473+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
474474
with:
475475
name: valgrind-results
476476
path: out/valgrind-results.tar.gz

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494

495495
- name: Upload test results
496496
if: failure()
497-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
497+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
498498
with:
499499
name: valgrind-results
500500
path: out/valgrind-results.tar.gz

0 commit comments

Comments
 (0)