Skip to content

Commit 5930c05

Browse files
(maint) Update actions/upload-artifact action to v4.1.0
1 parent e163cba commit 5930c05

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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
66+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
74+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
7575
if: runner.os == 'Windows'
7676
with:
7777
if-no-files-found: warn

0 commit comments

Comments
 (0)