diff --git a/.github/workflows/copilot-news-fetcher.yml b/.github/workflows/copilot-news-fetcher.yml index 1355ebf..e735f01 100644 --- a/.github/workflows/copilot-news-fetcher.yml +++ b/.github/workflows/copilot-news-fetcher.yml @@ -178,7 +178,7 @@ jobs: # Clean up old artifacts to save space - name: Cleanup old artifacts if: always() # Run even if previous steps failed - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const response = await github.rest.actions.listArtifactsForRepo({