Skip to content

Commit b9a94e7

Browse files
committed
(maint) Update actions/upload-artifact action to v4.1.0
1 parent 9a8ae9d commit b9a94e7

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
@@ -70,15 +70,15 @@ jobs:
7070
verbosity: Diagnostic
7171
cake-version: 1.3.0
7272
- name: Upload Issues
73-
uses: actions/upload-artifact@v4.0.0
73+
uses: actions/upload-artifact@v4.1.0
7474
with:
7575
if-no-files-found: warn
7676
name: ${{ matrix.os }} Issues
7777
path: |
7878
BuildArtifacts/report.html
7979
BuildArtifacts/**/coverlet/*.xml
8080
- name: Upload Packages
81-
uses: actions/upload-artifact@v4.0.0
81+
uses: actions/upload-artifact@v4.1.0
8282
if: runner.os == 'Windows'
8383
with:
8484
if-no-files-found: warn

0 commit comments

Comments
 (0)