Skip to content

Commit 1fd0338

Browse files
Update actions/upload-artifact digest to ea165f8
1 parent 7c03e9b commit 1fd0338

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

0 commit comments

Comments
 (0)