Skip to content

Commit d8529cf

Browse files
authored
Merge pull request #232 from cake-contrib/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 89ef406
2 parents 4738574 + 2e86175 commit d8529cf

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
@@ -76,7 +76,7 @@ jobs:
7676

7777
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7878
- name: Upload Issues
79-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
79+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
8080
with:
8181
if-no-files-found: warn
8282
name: ${{ matrix.os }} Issues
@@ -85,7 +85,7 @@ jobs:
8585
BuildArtifacts/**/coverlet/*.xml
8686
8787
- name: Upload Packages
88-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
88+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
8989
if: runner.os == 'Windows'
9090
with:
9191
if-no-files-found: warn

0 commit comments

Comments
 (0)