Skip to content

Commit 91e7ee4

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15830d3 commit 91e7ee4

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)