Skip to content

Commit 5a2910e

Browse files
[gh-actions] Bump actions/download-artifact from 4.1.7 to 4.1.8 (#28)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4e174c commit 5a2910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: [build]
3232
steps:
3333
- name: Download build artefacts
34-
uses: actions/download-artifact@v4.1.7
34+
uses: actions/download-artifact@v4.1.8
3535
with:
3636
name: binaries
3737
path: bin/

0 commit comments

Comments
 (0)