Skip to content

Commit 155969b

Browse files
authored
Merge pull request #495 from jmpsec/dependabot/github_actions/dot-github/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
2 parents d96103d + 218ae5c commit 155969b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test_main_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
########################### Get digests from build ###########################
148148
- name: Download digests
149-
uses: actions/download-artifact@v4.1.2
149+
uses: actions/download-artifact@v4.1.7
150150
with:
151151
pattern: digests-osctrl-${{ matrix.components }}-*
152152
merge-multiple: true

.github/workflows/create_tagged_releases.yml

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

156156
########################### Get digests from build ###########################
157157
- name: Download digests
158-
uses: actions/download-artifact@v4.1.2
158+
uses: actions/download-artifact@v4.1.7
159159
with:
160160
pattern: digests-osctrl-${{ matrix.components }}-*
161161
merge-multiple: true

0 commit comments

Comments
 (0)