File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373 cake-version : 1.3.0
7474 # currently, Cake.Recipe does not upload artifacts when run on gh-actions
7575 - name : Upload Issues
76- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
76+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7777 with :
7878 if-no-files-found : warn
7979 name : ${{ matrix.os }} Issues
8080 path : |
8181 BuildArtifacts/report.html
8282 BuildArtifacts/**/coverlet/*.xml
8383 - name : Upload Packages
84- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
84+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8585 if : runner.os == 'Windows'
8686 with :
8787 if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments