Skip to content

Commit 146be5a

Browse files
committed
1 parent 8987ebd commit 146be5a

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
@@ -67,14 +67,14 @@ jobs:
6767
cake-version: tool-manifest
6868

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

7676
- name: Upload Packages
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v4
7878
if: runner.os == 'Windows'
7979
with:
8080
if-no-files-found: warn

0 commit comments

Comments
 (0)