Skip to content

Commit da6a52f

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#185)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3dfa3d commit da6a52f

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@v7
40+
- uses: actions/download-artifact@v8
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@v7
84+
- uses: actions/download-artifact@v8
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@v7
40+
- uses: actions/download-artifact@v8
4141
with:
4242
name: openapi-spec
4343
path: resources/openapi/yaml

0 commit comments

Comments
 (0)