From e079fa048ad797607678734c87b385347a384e42 Mon Sep 17 00:00:00 2001 From: William Grant Date: Tue, 13 May 2025 14:33:35 +1000 Subject: [PATCH] chore: Use actions/upload-artifact@v4, as v3 has been removed See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ffffc65..7c2619b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: run: poetry build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/