We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit 02b4bfcCopy full SHA for 02b4bfc
1 file changed
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
90
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
91
- name: Upload Issues
92
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
93
with:
94
if-no-files-found: warn
95
name: ${{ matrix.os }} Issues
@@ -98,7 +98,7 @@ jobs:
98
BuildArtifacts/**/coverlet/*.xml
99
100
- name: Upload Packages
101
102
if: runner.os == 'Windows'
103
104
0 commit comments