Skip to content

Commit

Permalink
Fixed the version of upload-artifact in whole-mapel-pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
droodev authored Sep 18, 2024
1 parent d4fed8f commit 02a8b2b
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 @@ -77,7 +77,7 @@ jobs:
package-dir: 'mapel-elections'
output-dir: '${{ env.WHL_HOUSE }}'
- name: Artifactize compiled-python wheels
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4
with:
name: ${{ env.MAPEL_EL_ARTS }}
path: ${{ env.WHL_HOUSE }}
Expand Down

0 comments on commit 02a8b2b

Please sign in to comment.