Skip to content

Commit

Permalink
Merge branch 'main' into ride
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstenstark committed Sep 23, 2024
2 parents 8985e95 + dbaf9b9 commit 34f630d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install build
python -m build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: package
path: dist/
Expand All @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

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

0 comments on commit 34f630d

Please sign in to comment.