Skip to content

Commit c546506

Browse files
authored
Merge pull request #11 from netresearch/dependabot/github_actions/actions/upload-artifact-6
chore(ci)(deps): bump actions/upload-artifact from 5 to 6
2 parents 6549e71 + 89b4856 commit c546506

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
twine check dist/*
136136
137137
- name: Upload artifacts
138-
uses: actions/upload-artifact@v5
138+
uses: actions/upload-artifact@v6
139139
with:
140140
name: distributions
141141
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
twine check dist/*
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: distributions
4343
path: dist/

0 commit comments

Comments
 (0)