Skip to content

Commit

Permalink
ci: update checkout@v3 -> v4, upload-artifact@v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Mar 21, 2024
1 parent 412e44b commit 117b322
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
echo "Starting build: ${{ github.event.inputs.opt_build_type }}" / ${{ inputs.opt_build_type }}
- name: ☑️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐍 Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand All @@ -57,7 +58,7 @@ jobs:
twine check dist/*
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 117b322

Please sign in to comment.