Skip to content

Commit

Permalink
dev: upload-artefact v4 in megalinter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 1, 2024
1 parent bfb32f1 commit cfe3d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Expand Up @@ -54,7 +54,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,4 +17,5 @@
- source-control: refactor and simplify introduciton
- practices: deliberate practice and code kata
- dev: checkout v4 changelog checkout action & sparce checkout
- dev: upload-artefact v4 in megalinter workflow

0 comments on commit cfe3d76

Please sign in to comment.