File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : |
104104 gh release download ${{steps.get-asset-version.outputs.release_version}} -p jekyll-docs-*.tar --output artifact.tar
105105
106- - uses : actions/upload-artifact@v6
106+ - uses : actions/upload-artifact@v7
107107 with :
108108 name : jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
109109 path : artifact.tar
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@v6
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : SARIF file
6565 path : results.sarif
Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ jobs:
105105 run : |
106106 make test-unit
107107 - name : " Save the result of fast test suite"
108- uses : actions/upload-artifact@v6
108+ uses : actions/upload-artifact@v7
109109 with :
110110 name : unit-tests
111111 path : " **/.reports/unit"
112112 include-hidden-files : true
113113 if : always()
114114 - name : " Save the result of code coverage"
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 with :
117117 name : code-coverage-report
118118 path : " .reports/lcov.info"
You can’t perform that action at this time.
0 commit comments