From a57bba721ae2944971fe4d8dadd4d265220e674e Mon Sep 17 00:00:00 2001 From: drew Date: Wed, 18 Sep 2024 14:33:23 -0500 Subject: [PATCH] Updated the remaining artifact-upload action to v4 in whole-mapel-pub.yml --- .github/workflows/whole-mapel-pub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/whole-mapel-pub.yml b/.github/workflows/whole-mapel-pub.yml index 1944808..2596bf7 100644 --- a/.github/workflows/whole-mapel-pub.yml +++ b/.github/workflows/whole-mapel-pub.yml @@ -47,7 +47,7 @@ jobs: pip wheel ./mapel-marriages --no-deps -w $WHL_HOUSE ls ./$WHL_HOUSE # Listing the contents of ./$WHL_HOUSE for a sanity check - name: Artifactize pure-python wheels and sdists - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.MAPEL_REST_ARTS }} path: ${{ env.WHL_HOUSE }}