From d98d379b438aae34249569c93bca376e29b522b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:55:36 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8883779..377ba4f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -26,7 +26,7 @@ jobs: run: | swift build --configuration release | xcpretty --utf --color && exit ${PIPESTATUS[0]} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: 'public-api-diff' path: '.build/release/public-api-diff'