Skip to content

Commit aff3549

Browse files
Bump actions/download-artifact from 2 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 360a9c9 commit aff3549

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: build
7878
steps:
7979
- name: Download build artifact
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v8
8181
with:
8282
name: app-archive
8383

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v4
6666

6767
- name: Download all artifacts
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v8
6969
with:
7070
path: artifacts
7171
merge-multiple: true

0 commit comments

Comments
 (0)