Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/upload-artifact action to v4.3.2
Browse files Browse the repository at this point in the history
renovate[bot] authored Apr 18, 2024
1 parent 603b5fe commit db454bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.3.2
with:
name: MegaLinter reports
path: |

0 comments on commit db454bf

Please sign in to comment.