Skip to content

Commit 9ac0a51

Browse files
Update actions/upload-artifact digest to 65c4c4a
1 parent a7b972a commit 9ac0a51

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
@@ -74,15 +74,15 @@ jobs:
7474

7575
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7676
- name: Upload Issues
77-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
77+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7878
with:
7979
if-no-files-found: warn
8080
name: ${{ matrix.os }} Issues
8181
path: |
8282
BuildArtifacts/report.html
8383
BuildArtifacts/**/coverlet/*.xml
8484
- name: Upload Packages
85-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
85+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
8686
if: runner.os == 'Windows'
8787
with:
8888
if-no-files-found: warn

0 commit comments

Comments
 (0)