Skip to content

Commit a7e952b

Browse files
authored
Merge pull request #250 from cake-contrib/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to b4b15b8
2 parents 8a085f4 + 682c577 commit a7e952b

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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
79+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
88+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
8989
if: runner.os == 'Windows'
9090
with:
9191
if-no-files-found: warn

0 commit comments

Comments
 (0)