Skip to content

Commit

Permalink
Update some github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxthepilot committed Oct 19, 2024
1 parent 6e85c5d commit 9bcc55b
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 @@ -25,7 +25,7 @@ jobs:
- name: Build sdist and wheels
run: hatch build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/*
Expand All @@ -39,7 +39,7 @@ jobs:
environment: production

steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: artifacts
path: dist
Expand Down

0 comments on commit 9bcc55b

Please sign in to comment.