Skip to content

Commit a80e7e0

Browse files
dependabot[bot]marcauberer
authored andcommitted
Bump actions/download-artifact from 3 to 4 (#262)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0af43af commit a80e7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
password: ${{ secrets.DOCKER_HUB_SECRET }}
102102

103103
- name: Download all artifacts of compiler build
104-
uses: actions/download-artifact@v4.1.7
104+
uses: actions/download-artifact@v4
105105
with:
106106
path: bin
107107

@@ -147,7 +147,7 @@ jobs:
147147
uses: battila7/get-version-action@v2
148148

149149
- name: Download dist output
150-
uses: actions/download-artifact@v4.1.7
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: dist-output
153153

0 commit comments

Comments
 (0)