From 72333abfbba5347d2b61489d99f0f19e20cbb37c Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Wed, 14 Jan 2026 14:49:40 +0000 Subject: [PATCH] Upgrade GitHub Actions to version 4 for artifacts --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec0dc19..e30a293 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: ./git-chglog --template .chglog/RELEASE.tpl.md --output CHANGELOG_increment.md ${{ env.new_tag }} cat CHANGELOG_increment.md - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: CHANGELOG_increment path: CHANGELOG_increment.md @@ -182,7 +182,7 @@ jobs: - run: mkdir release-artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: path: release-artifacts