Skip to content

Commit 40abc67

Browse files
authored
Merge pull request #118 from rok4/dependabot/github_actions/develop/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b186d73 + 2573694 commit 40abc67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Upload packages
115115
if: "matrix.os == 'ubuntu-20.04' && matrix.python-version == '3.8'"
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: dist-py3
119119
path: dist/

0 commit comments

Comments
 (0)