Skip to content

Commit

Permalink
bug: updating the github action to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Oct 1, 2024
1 parent 6a17919 commit 5c0fa6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ env.release-python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ env.release-python-version }}
- name: Install Protoc
Expand All @@ -76,7 +76,7 @@ jobs:

steps:
- name: Download distribution artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: distribution-packages
path: dist/
Expand Down

0 comments on commit 5c0fa6a

Please sign in to comment.