Skip to content

Commit 77d03a3

Browse files
committed
GitHub Actions Updates
- Add dependabot - Update upload-artifact Signed-off-by: Joe Block <[email protected]>
1 parent 6d53d66 commit 77d03a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: .github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
# Use `allow` to specify which dependencies to maintain
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"

Diff for: .github/workflows/megalinter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
6060
- name: Archive production artifacts
6161
if: ${{ success() }} || ${{ failure() }}
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: Mega-Linter reports
6565
path: |

0 commit comments

Comments
 (0)