Skip to content

Commit 64760d6

Browse files
committed
(maint) Update actions/upload-artifact action to v4
1 parent a00e6e2 commit 64760d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
target: CI
6464
cake-version: 1.3.0
6565
- name: Upload Issues
66-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
66+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
6767
with:
6868
if-no-files-found: warn
6969
name: ${{ matrix.os }} Issues
7070
path: |
7171
BuildArtifacts/report.html
7272
BuildArtifacts/**/coverlet/*.xml
7373
- name: Upload Packages
74-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
74+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
7575
if: runner.os == 'Windows'
7676
with:
7777
if-no-files-found: warn

0 commit comments

Comments
 (0)