Skip to content

Commit

Permalink
Fix workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Feb 1, 2024
1 parent f94dc28 commit 1725acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: matrix.python-version == '3.10'

- name: Publish CSS files
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: dist-package-css
path: styles/dist
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}

- name: Download CSS pack
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist-package-css
path: dist-css
Expand Down

0 comments on commit 1725acc

Please sign in to comment.