Skip to content

Commit 0fb69df

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#299)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b405a0a commit 0fb69df

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
@@ -108,7 +108,7 @@ jobs:
108108
password: ${{ secrets.DOCKER_HUB_SECRET }}
109109

110110
- name: Download all artifacts of compiler build
111-
uses: actions/download-artifact@v3
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
path: bin
114114

@@ -158,7 +158,7 @@ jobs:
158158
uses: battila7/get-version-action@v2
159159

160160
- name: Download dist output
161-
uses: actions/download-artifact@v3
161+
uses: actions/download-artifact@v4.1.7
162162
with:
163163
name: dist-output
164164

0 commit comments

Comments
 (0)