Skip to content

Commit

Permalink
Bump actions/download-artifact
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.1.2 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent f8d0d16 commit 218ae5c
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 218ae5c

Please sign in to comment.