Skip to content

Commit c62a1e0

Browse files
Update actions/upload-artifact digest to 6f51ac0 (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88ee525 commit c62a1e0

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

0 commit comments

Comments
 (0)