Skip to content

Commit 9a63c3b

Browse files
dev: upload-artefact v4 & remove explicit token from megalinter
1 parent 1def9eb commit 9a63c3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
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
@@ -55,7 +54,7 @@ jobs:
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: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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

0 commit comments

Comments
 (0)