Skip to content

Commit c59c0af

Browse files
authored
chore(copier): update from template (#38)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent 6190a92 commit c59c0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mega-linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.auth.outputs.token }}
4444
- if: success() || failure()
4545
name: Upload Reports
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: mega-linter-reports
4949
path: |-
@@ -57,7 +57,7 @@ jobs:
5757
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
5858
- if: steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main'
5959
name: Create PR with Applied Fixes
60-
uses: peter-evans/create-pull-request@v8
60+
uses: peter-evans/create-pull-request@v7
6161
with:
6262
commit-message: "chore(mega-linter): apply linters automatic fixes"
6363
branch: mega-linter-fix/${{ github.ref_name }}

0 commit comments

Comments
 (0)