From 404ac6ab97a2e57186df24c713c9b95f19e4764f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:42:00 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e3bef2d..02e005d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: - name: Upload distribution if: matrix.python-version == '3.10' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: myloginpath-dist path: dist