Skip to content

Commit

Permalink
Merge pull request #3 from PowerGridModel/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mgovers authored Feb 1, 2024
2 parents 087c2dc + 687786c commit c382780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pytest
- name: Keep Wheel file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheelhouse
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit c382780

Please sign in to comment.