Skip to content

Commit

Permalink
ci: update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Mar 4, 2024
1 parent 8a32d87 commit 7a2d28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand All @@ -39,7 +39,7 @@ jobs:
env:
PYTHONOPTIMIZE: 1

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gogdl-${{ runner.os }}
path: dist/*

0 comments on commit 7a2d28e

Please sign in to comment.