Skip to content

Commit

Permalink
gh actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Jan 16, 2025
1 parent e9040f6 commit 8e1d362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -39,7 +39,7 @@ jobs:
needs: build
steps:
- name: Use built artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 8e1d362

Please sign in to comment.