Skip to content

Commit 58dbfc2

Browse files
dependabot[bot]TheAssassin
authored andcommitted
Bump actions/download-artifact from 6 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 caf24f9 commit 58dbfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- build
110110
steps:
111111
- name: Download artifacts
112-
uses: actions/download-artifact@v6
112+
uses: actions/download-artifact@v8
113113
- name: Inspect directory after downloading artifacts
114114
run: ls -alFR
115115
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)