Skip to content

Commit e5313a8

Browse files
dependabot[bot]jahnf
authored andcommitted
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89bdac1 commit e5313a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233

234234
steps:
235235
- name: Get version-info
236-
uses: actions/download-artifact@v3
236+
uses: actions/download-artifact@v4.1.7
237237
with:
238238
name: version-info
239239

@@ -246,7 +246,7 @@ jobs:
246246
DO_UPLOAD=$(( [ "master" = "$BRANCH" ] || [ "develop" = "$BRANCH" ] ) && echo true || echo false)
247247
echo "DO_UPLOAD=${DO_UPLOAD}" >> $GITHUB_ENV
248248
249-
- uses: actions/download-artifact@v3
249+
- uses: actions/download-artifact@v4.1.7
250250
if: env.DO_UPLOAD == 'true'
251251
with:
252252
path: artifacts

0 commit comments

Comments
 (0)