diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 3772616..3ac8737 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@v6 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: MegaLinter reports diff --git a/.github/workflows/rename-project.yml b/.github/workflows/rename-project.yml index 0b2ced2..8a2646a 100644 --- a/.github/workflows/rename-project.yml +++ b/.github/workflows/rename-project.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ github.head_ref }} - name: Check Repository is not a Template - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repo = await github.rest.repos.get({ @@ -40,7 +40,7 @@ jobs: - name: Set Environment Variables and Check Visibility if: env.is_template == 'false' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repoName = context.repo.repo;