From a3de47a3bf560dcc240f66e14ae9e74d35fbfa9f Mon Sep 17 00:00:00 2001 From: elral <3263285+elral@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:25:25 +0200 Subject: [PATCH] add artifacts, windows 2019 is deprecated --- .github/workflows/pr_artifact_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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