Skip to content

Commit b4d414b

Browse files
chore(deps): update actions/upload-artifact digest to 65c4c4a
1 parent 7a34c65 commit b4d414b

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
@@ -100,15 +100,15 @@ jobs:
100100

101101
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
102102
- name: Upload Issues
103-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
103+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
104104
with:
105105
if-no-files-found: warn
106106
name: ${{ matrix.os }} Issues
107107
path: |
108108
BuildArtifacts/report.html
109109
BuildArtifacts/**/coverlet/*.xml
110110
- name: Upload Packages
111-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
111+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
112112
if: runner.os == 'Windows'
113113
with:
114114
if-no-files-found: warn

0 commit comments

Comments
 (0)