Skip to content

Commit a2f8618

Browse files
dependabot[bot]greenc-FNAL
authored andcommitted
Bump dawidd6/action-download-artifact from 18 to 19
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 18 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@1f8785f...8a33849) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d7eb1a commit a2f8618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang-tidy-fix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Try to download existing fixes from check workflow
8888
id: download_fixes_check
8989
if: needs.setup.outputs.tidy_checks == ''
90-
uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
90+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
9191
with:
9292
workflow: clang-tidy-check.yaml
9393
name: clang-tidy-check
@@ -98,7 +98,7 @@ jobs:
9898
- name: Try to download existing fixes from previous fix workflow
9999
id: download_fixes_fix
100100
if: steps.download_fixes_check.outcome != 'success' && needs.setup.outputs.tidy_checks == ''
101-
uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
101+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
102102
with:
103103
workflow: clang-tidy-fix.yaml
104104
name: clang-tidy-fix

0 commit comments

Comments
 (0)