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.
1 parent d8529cf commit 4ea6528Copy full SHA for 4ea6528
.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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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