Skip to content

Commit cd004dd

Browse files
(maint) Update actions/upload-artifact action to v4.6.0
1 parent 4636148 commit cd004dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
66+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
74+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7575
if: runner.os == 'Windows'
7676
with:
7777
if-no-files-found: warn

0 commit comments

Comments
 (0)