Skip to content

Commit a5604d4

Browse files
authored
Merge pull request #167 from oddstr13/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v4
2 parents ef9836a + 68daff5 commit a5604d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python setup.py sdist bdist_wheel
3535
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
name: build-artifact
3939
retention-days: 30

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python setup.py sdist bdist_wheel
4343
twine check dist/*
4444
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: build-artifact
4848
retention-days: 30

0 commit comments

Comments
 (0)