diff --git a/.github/workflows/pr_artifact_comment.yml b/.github/workflows/pr_artifact_comment.yml index d136947..bb9be3a 100644 --- a/.github/workflows/pr_artifact_comment.yml +++ b/.github/workflows/pr_artifact_comment.yml @@ -7,7 +7,7 @@ on: jobs: artifacts-url-comments: name: Add artifact links to pull request - runs-on: windows-2019 + runs-on: windows-2025 if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: tonyhallett/artifacts-url-comments@v1.1.0