File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ jobs:
228228 testResultsFolder : " ${{ runner.workspace }}/testResults"
229229 - name : Upload package artifact
230230 if : always()
231- uses : actions/upload-artifact@v5
231+ uses : actions/upload-artifact@v6
232232 with :
233233 name : macos-package
234234 path : " *.pkg"
Original file line number Diff line number Diff line change 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
62+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6363 with :
6464 name : SARIF file
6565 path : results.sarif
Original file line number Diff line number Diff line change 8181
8282 - name : Upload Build Artifacts
8383 if : always()
84- uses : actions/upload-artifact@v5
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : windows-packaging-${{ matrix.architecture }}-${{ matrix.channel }}
8787 path : |
Original file line number Diff line number Diff line change 4646 Write-Host "Completed xUnit test run."
4747
4848 - name : Upload xUnit results
49- uses : actions/upload-artifact@v5
49+ uses : actions/upload-artifact@v6
5050 if : always()
5151 with :
5252 name : ${{ inputs.test_results_artifact_name }}
You can’t perform that action at this time.
0 commit comments