Skip to content

Commit 292d8ab

Browse files
dependabot[bot]vrubezhny
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccf2019 commit 292d8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v5
214+
uses: actions/upload-artifact@v6
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
@@ -128,7 +128,7 @@ jobs:
128128
fi
129129
echo ""
130130
131-
- uses: actions/upload-artifact@v5
131+
- uses: actions/upload-artifact@v6
132132
if: always() && env.request-review
133133
with:
134134
name: tools.wildwebdeveloper-npm-license-vetting-summary

0 commit comments

Comments
 (0)