Skip to content

Commit 0d414cd

Browse files
dependabot[bot]akurtakov
authored andcommitted
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f404c7 commit 0d414cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
213213
- name: "Upload: Repository Zip"
214-
uses: actions/upload-artifact@v6
214+
uses: actions/upload-artifact@v7
215215
if: runner.os == 'Linux'
216216
with:
217217
name: org.eclipse.wildwebdeveloper.repository-${{ github.sha }}

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
fi
144144
echo ""
145145
146-
- uses: actions/upload-artifact@v6
146+
- uses: actions/upload-artifact@v7
147147
if: always() && env.request-review
148148
with:
149149
name: tools.wildwebdeveloper-npm-license-vetting-summary

0 commit comments

Comments
 (0)