Skip to content

Commit 7faee44

Browse files
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] <[email protected]>
1 parent 1550105 commit 7faee44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
cake-version: tool-manifest
6666

6767
- name: Upload Issues-Report
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
if-no-files-found: warn
7171
name: ${{ matrix.os }} issues
7272
path: BuildArtifacts/report.html
7373

7474
- name: Upload Packages
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
if: runner.os == 'Windows'
7777
with:
7878
if-no-files-found: warn

0 commit comments

Comments
 (0)