Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff94de4

Browse filesBrowse 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
Copy full SHA for ff94de4

2 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/publish-openapi-ui.yml
+2-2Lines 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"
Collapse file

‎.github/workflows/verify-openapi.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/verify-openapi.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.