We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30535c4 commit 0d5ae74Copy full SHA for 0d5ae74
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
cake-version: tool-manifest
76
77
- name: Upload Issues-Report
78
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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