Skip to content

Commit 5af34c2

Browse files
authored
Merge pull request #5422 from letscontrolit/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 280852a + ff9c33f commit 5af34c2

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@v5
113+
uses: actions/download-artifact@v6
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
@@ -127,13 +127,13 @@ jobs:
127127
run: |
128128
echo "builddate=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
129129
- name: Download all successfully compiled artifacts
130-
uses: actions/download-artifact@v5
130+
uses: actions/download-artifact@v6
131131
with:
132132
path: artifacts/bin/
133133
pattern: Bin-*
134134
merge-multiple: true
135135
- name: Download dist and docs zip files
136-
uses: actions/download-artifact@v5
136+
uses: actions/download-artifact@v6
137137
with:
138138
path: distribution/
139139
name: Distribution

0 commit comments

Comments
 (0)