Skip to content

Commit

Permalink
Merge pull request #146 from ImperialCollegeLondon/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
barneydobson authored Jan 21, 2025
2 parents 328d1b1 + f453ab9 commit c673623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python -m pip install --upgrade build
python -m build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/wsimod*

Expand Down

0 comments on commit c673623

Please sign in to comment.