From ca443cc7b5e2736a588121e1fa2837c69656a7f5 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Wed, 5 Mar 2025 00:24:46 +0100 Subject: [PATCH] chore: bump actions/upload-artifact from v3 to v4 --- .github/workflows/create-release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index b9e7550..bf3595e 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -41,7 +41,7 @@ jobs: release-version: ${{ github.event.inputs.release-version }} artifacts-path: gh-action__release-authors # Upload the release author artifact for use in subsequent workflows - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: release-authors path: gh-action__release-authors