Skip to content

Commit

Permalink
Merge pull request #495 from jmpsec/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/github_actions-14598a9f5f

Bump actions/download-artifact from 4.1.2 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
javuto authored Sep 4, 2024
2 parents d96103d + 218ae5c commit 155969b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_main_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
########################### Get digests from build ###########################
- name: Download digests
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
pattern: digests-osctrl-${{ matrix.components }}-*
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_tagged_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

########################### Get digests from build ###########################
- name: Download digests
uses: actions/[email protected].2
uses: actions/[email protected].7
with:
pattern: digests-osctrl-${{ matrix.components }}-*
merge-multiple: true
Expand Down

0 comments on commit 155969b

Please sign in to comment.