From d836e877d7be667445725ea534989707c101ffa8 Mon Sep 17 00:00:00 2001 From: elral <3263285+elral@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:02:25 +0200 Subject: [PATCH] changed windows server 2019 to 2025 for adding zip files to PRs --- .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 ef310253..24bcf3c7 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