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 5bc2248 + 1799ce8 commit ae6e860Copy full SHA for ae6e860
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
77
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
78
- name: Upload Issues
79
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
80
with:
81
if-no-files-found: warn
82
name: ${{ matrix.os }} Issues
@@ -85,7 +85,7 @@ jobs:
85
BuildArtifacts/**/coverlet/*.xml
86
87
- name: Upload Packages
88
89
if: runner.os == 'Windows'
90
91
0 commit comments