Skip to content

Commit

Permalink
fix: use latest upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Nov 5, 2024
1 parent 3a8864f commit 5c3c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
poetry export -f requirements.txt --output requirements.txt --without dev
- name: Upload requirements.txt
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: requirements.txt
path: ./server/requirements.txt
Expand Down

0 comments on commit 5c3c274

Please sign in to comment.