File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 output-sarif : true
3131
3232 - name : Upload Crash
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v6
3434 if : failure() && steps.build.outcome == 'success'
3535 with :
3636 name : artifacts
Original file line number Diff line number Diff line change 6060 shell : bash
6161
6262 - name : Upload coverage and report files
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v6
6464 with :
6565 name : ${{ hashFiles('./outputs') || 'none' }}
6666 path : ./outputs
7878 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
7979
8080 - name : Download artifacts
81- uses : actions/download-artifact@v5
81+ uses : actions/download-artifact@v7
8282 with :
8383 path : ./outputs
8484
You can’t perform that action at this time.
0 commit comments