Skip to content

Commit

Permalink
Merge pull request #167 from oddstr13/renovate/major-github-artifact-…
Browse files Browse the repository at this point in the history
…actions

Update actions/upload-artifact action to v4
  • Loading branch information
oddstr13 authored Jun 25, 2024
2 parents ef9836a + 68daff5 commit a5604d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-artifact
retention-days: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python setup.py sdist bdist_wheel
twine check dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-artifact
retention-days: 30
Expand Down

0 comments on commit a5604d4

Please sign in to comment.