File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
16+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5757 with :
5858 name : nugetcleaner-nugetpackage
5959 path : |
6868 if : github.event_name == 'push'
6969 steps :
7070 - name : Download Artifacts
71- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
71+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
7272 with :
7373 path : artifacts
7474
You can’t perform that action at this time.
0 commit comments