Skip to content

Commit 77a2fa1

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 02d081c commit 77a2fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
password: ${{ secrets.DOCKER_HUB_SECRET }}
110110

111111
- name: Download all artifacts of compiler build
112-
uses: actions/download-artifact@v6
112+
uses: actions/download-artifact@v7
113113
with:
114114
path: bin
115115

@@ -155,7 +155,7 @@ jobs:
155155
uses: battila7/get-version-action@v2
156156

157157
- name: Download dist output
158-
uses: actions/download-artifact@v6
158+
uses: actions/download-artifact@v7
159159
with:
160160
name: dist-output
161161

0 commit comments

Comments
 (0)