Skip to content

Commit

Permalink
[action] bump actions/upload-artifact from 4.3.6 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 1c00f30 commit 960a02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

# Upload MegaLinter artifacts
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6 # changed from v3 by @rasa
uses: actions/upload-artifact@v4.4.0 # changed from v3 by @rasa
if: success() || failure() # changed by @rasa: was ${{ success() }} || ${{ failure() }}
with:
name: MegaLinter reports
Expand Down

0 comments on commit 960a02b

Please sign in to comment.