There was an error while loading. Please reload this page.
2 parents 4f2dd37 + c6eb35a commit ab482a8Copy full SHA for ab482a8
2 files changed
.github/workflows/mega-linter.yml
@@ -101,7 +101,7 @@ jobs:
101
102
# Upload MegaLinter artifacts
103
- name: Archive production artifacts
104
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
105
if: success() || failure()
106
with:
107
name: MegaLinter reports
.github/workflows/todo.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: TODO to Issue
27
- uses: alstr/todo-to-issue-action@v5.1.10
+ uses: alstr/todo-to-issue-action@v5.1.15
28
id: todo
29
30
INSERT_ISSUE_URLS: 'true'
0 commit comments