Skip to content

Commit 04706e7

Browse files
⬆️ Bump actions/download-artifact from 6.0.0 to 7.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40af677 commit 04706e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
ref: ${{ inputs.branch || github.head_ref || github.ref }}
8181
- name: Download all-service-flat artefact
82-
uses: actions/download-artifact@v6.0.0
82+
uses: actions/download-artifact@v7.0.0
8383
with:
8484
name: all-service-flat
8585
path: all-service-definition

0 commit comments

Comments
 (0)