From 7906afb611a07e3d9da6b201cdfbf28fa3dd5e01 Mon Sep 17 00:00:00 2001 From: Adam English Date: Thu, 9 Jan 2025 21:09:37 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5900a009..d154ecce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Archive release tarball - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: release-tarball path: dist/truvari*.tar.gz