Skip to content

Commit 5f4cabb

Browse files
dependabot[bot]slisson
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] <support@github.com>
1 parent 966faed commit 5f4cabb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
path: kernelf-angular-demo/dist/kernelf-angular-demo
4545
- name: Archive test report
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
if: always()
4848
with:
4949
name: test-report

.github/workflows/mps-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-Pgpr.token=${{ secrets.GITHUB_TOKEN }}
4646
-Pmps.version.major=${{ matrix.version }}
4747
- name: Archive test report
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
if: always()
5050
with:
5151
name: test-report-${{ matrix.version }}

0 commit comments

Comments
 (0)