We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d41757 + b54036f commit d90dec3Copy full SHA for d90dec3
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
76
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
77
- name: Upload Issues
78
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
79
with:
80
if-no-files-found: warn
81
name: ${{ matrix.os }} Issues
@@ -84,7 +84,7 @@ jobs:
84
BuildArtifacts/**/coverlet/*.xml
85
86
- name: Upload Packages
87
88
if: runner.os == 'Windows'
89
90
0 commit comments