Skip to content

Commit 5b9161d

Browse files
dependabot[bot]slisson
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a25794 commit 5b9161d

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
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
path: kernelf-angular-demo/dist/kernelf-angular-demo
3939
- name: Archive test report
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
if: always()
4242
with:
4343
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@v4
48+
uses: actions/upload-artifact@v5
4949
if: always()
5050
with:
5151
name: test-report-${{ matrix.version }}

0 commit comments

Comments
 (0)