Skip to content

Commit ad11e56

Browse files
authored
Merge pull request #5456 from letscontrolit/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 8e93ff0 + 91e7ee4 commit ad11e56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
112112
- name: Download all artifacts
113-
uses: actions/download-artifact@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
path: artifacts/Binaries/bin/
116116
pattern: Bin-*

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ jobs:
129129
run: |
130130
echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
131131
- name: Download all successfully compiled artifacts
132-
uses: actions/download-artifact@v6
132+
uses: actions/download-artifact@v7
133133
with:
134134
path: artifacts/bin/
135135
pattern: Bin-*
136136
merge-multiple: true
137137
- name: Download dist and docs zip files
138-
uses: actions/download-artifact@v6
138+
uses: actions/download-artifact@v7
139139
with:
140140
path: distribution/
141141
name: Distribution

0 commit comments

Comments
 (0)