From c8291cf92c0799be0f47fbed60b6fb24b8c43530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:28:27 +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'