Skip to content

Commit bd29194

Browse files
Update actions/upload-artifact digest to 65c4c4a
1 parent f4e34a0 commit bd29194

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
@@ -73,15 +73,15 @@ jobs:
7373
cake-version: 1.3.0
7474
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7575
- name: Upload Issues
76-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
76+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7777
with:
7878
if-no-files-found: warn
7979
name: ${{ matrix.os }} Issues
8080
path: |
8181
BuildArtifacts/report.html
8282
BuildArtifacts/**/coverlet/*.xml
8383
- name: Upload Packages
84-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
8585
if: runner.os == 'Windows'
8686
with:
8787
if-no-files-found: warn

0 commit comments

Comments
 (0)