Skip to content

Commit d3912e4

Browse files
authored
Merge pull request #296 from cake-contrib/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 6f51ac0
2 parents 07ab8e5 + b08288c commit d3912e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
77+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
85+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
8686
if: runner.os == 'Windows'
8787
with:
8888
if-no-files-found: warn

0 commit comments

Comments
 (0)