File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Checkout Code
3131 uses : actions/checkout@v4
3232 with :
33- token : " ${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
3433 fetch-depth : 0
3534 sparse-checkout : |
3635 docs
5554 # Upload MegaLinter artifacts
5655 - name : Archive production artifacts
5756 if : ${{ success() }} || ${{ failure() }}
58- uses : actions/upload-artifact@v3
57+ uses : actions/upload-artifact@v4
5958 with :
6059 name : MegaLinter reports
6160 path : |
Original file line number Diff line number Diff line change 1818- dev: skip readme change and sparse checkout for changelog check workflow
1919- dev: checkout v4 & python v5 actions in publish-book workflow
2020- dev: sparse checkout scheduled version workflow
21+ - dev: upload-artefact v4 & remove explicit token from megalinter
2122
2223## Added
2324- button link to Clojure CLI releases changelog to view available versions
You can’t perform that action at this time.
0 commit comments