Skip to content

Commit

Permalink
Updated the remaining artifact-upload action to v4 in whole-mapel-pub…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
droodev authored Sep 18, 2024
1 parent 3a1797d commit a57bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/whole-mapel-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a57bba7

Please sign in to comment.