Skip to content

Commit

Permalink
Update github actions action versions (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Feb 4, 2025
1 parent 342924a commit 429b096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pyproject-build
run: pipx install build
Expand All @@ -17,7 +17,7 @@ jobs:
run: pyproject-build

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/*
Expand All @@ -32,7 +32,7 @@ jobs:
id-token: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 429b096

Please sign in to comment.