diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 4004b13..3772616 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -107,7 +107,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: MegaLinter reports @@ -118,7 +118,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 id: cpr if: >- steps.ml.outputs.has_updated_sources == 1 && diff --git a/project_template/.github/workflows/mega-linter.yml b/project_template/.github/workflows/mega-linter.yml index 4004b13..3772616 100644 --- a/project_template/.github/workflows/mega-linter.yml +++ b/project_template/.github/workflows/mega-linter.yml @@ -107,7 +107,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: MegaLinter reports @@ -118,7 +118,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 id: cpr if: >- steps.ml.outputs.has_updated_sources == 1 &&