Skip to content

Commit 0be51ef

Browse files
authored
Merge pull request #37 from VCTLabs/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 0008a1d + 21843c6 commit 0be51ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
tox -e build
6969
7070
- name: Upload artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: wheels
7474
path: ./dist/*.whl

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
filename: coverage.xml
170170
output: 'both'
171171

172-
- uses: actions/upload-artifact@v3
172+
- uses: actions/upload-artifact@v4
173173
with:
174174
name: src_coverage_rpts
175175
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tox -e build
4747
4848
- name: Upload artifacts
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: wheels
5252
path: ./dist/*.whl

0 commit comments

Comments
 (0)