File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Upload
16- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
16+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
1717 with :
1818 name : Event File
1919 path : ${{ github.event_path }}
4444
4545 - name : Upload Test Results
4646 if : always()
47- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
47+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
4848 with :
4949 name : Test Results (${{matrix.os}})
5050 path : " **/TestResults/*.xml"
5353 run : dotnet pack --configuration Release --no-build --include-symbols
5454
5555 - name : Upload Artifacts
56- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
56+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
5757 with :
5858 name : nugetcleaner-nugetpackage
5959 path : |
You can’t perform that action at this time.
0 commit comments