Skip to content

Commit 7940313

Browse files
Merge pull request #353 from tpvasconcelos/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a9005e9 + 6743d90 commit 7940313

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
requirements: tox
4444
- name: Build source (sdist) and binary (wheel) distributions
4545
run: tox -e build-dists
46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v5
4747
with:
4848
name: python-package-distributions
4949
path: dist/

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Unreleased changes
88
## CI/CD
99

1010
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
11+
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
1112

1213
---
1314

0 commit comments

Comments
 (0)