Skip to content

Commit ff94de4

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#177)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ae0b4b commit ff94de4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-openapi-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v6
3939
- uses: eclipse-edc/.github/.github/actions/setup-build@main
40-
- uses: actions/download-artifact@v6
40+
- uses: actions/download-artifact@v7
4141
with:
4242
name: openapi-spec
4343
path: resources/openapi/yaml
@@ -81,7 +81,7 @@ jobs:
8181
needs: generate-swagger-ui
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/download-artifact@v6
84+
- uses: actions/download-artifact@v7
8585
with:
8686
path: openapi
8787
pattern: "*-api"

.github/workflows/verify-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- uses: eclipse-edc/.github/.github/actions/setup-build@main
40-
- uses: actions/download-artifact@v6
40+
- uses: actions/download-artifact@v7
4141
with:
4242
name: openapi-spec
4343
path: resources/openapi/yaml

0 commit comments

Comments
 (0)