Skip to content

Commit d90dec3

Browse files
authored
Merge pull request #270 from cake-contrib/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to ea165f8
2 parents 2d41757 + b54036f commit d90dec3

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7777
- name: Upload Issues
78-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7979
with:
8080
if-no-files-found: warn
8181
name: ${{ matrix.os }} Issues
@@ -84,7 +84,7 @@ jobs:
8484
BuildArtifacts/**/coverlet/*.xml
8585
8686
- name: Upload Packages
87-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
87+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8888
if: runner.os == 'Windows'
8989
with:
9090
if-no-files-found: warn

0 commit comments

Comments
 (0)