Skip to content

Commit 169c42c

Browse files
authored
Merge pull request #35 from explosion/update-upload-gha
update gha versions
2 parents 0f0fa72 + 016b612 commit 169c42c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout ${{ github.head_ref || github.ref_name }}
20-
uses: actions/checkout@v3
21-
- uses: actions/setup-python@v3
20+
uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.10"
2424
- name: Install dependencies
@@ -36,12 +36,12 @@ jobs:
3636
echo $WHEEL
3737
shell: bash
3838
- name: Upload sdist artifact to GitHub
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: ${{ env.SDIST }}
4242
path: dist/${{ env.SDIST }}
4343
- name: Upload wheel artifact to GitHub
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ env.WHEEL }}
4747
path: dist/${{ env.WHEEL }}

0 commit comments

Comments
 (0)