Skip to content

Commit 91fc0d1

Browse files
(maint) Update actions/upload-artifact action to v4.6.1 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40280e5 commit 91fc0d1

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/[email protected].0
72+
uses: actions/[email protected].1
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/[email protected].0
80+
uses: actions/[email protected].1
8181
if: runner.os == 'Windows'
8282
with:
8383
if-no-files-found: warn

0 commit comments

Comments
 (0)