Skip to content

Commit d155196

Browse files
(maint) Update actions/upload-artifact action to v4.6.0 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b24caa5 commit d155196

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
@@ -69,15 +69,15 @@ jobs:
6969
verbosity: Diagnostic
7070
cake-version: tool-manifest
7171
- name: Upload Issues
72-
uses: actions/upload-artifact@v4.5.0
72+
uses: actions/upload-artifact@v4.6.0
7373
with:
7474
if-no-files-found: warn
7575
name: ${{ matrix.os }} Issues
7676
path: |
7777
BuildArtifacts/report.html
7878
BuildArtifacts/**/coverlet/*.xml
7979
- name: Upload Packages
80-
uses: actions/upload-artifact@v4.5.0
80+
uses: actions/upload-artifact@v4.6.0
8181
if: runner.os == 'Windows'
8282
with:
8383
if-no-files-found: warn

0 commit comments

Comments
 (0)