We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb8526 commit 413ef27Copy full SHA for 413ef27
.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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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