Skip to content

Commit 1f5be42

Browse files
Merge pull request #360 from tpvasconcelos/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d20d701 + 2de7691 commit 1f5be42

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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@v5
46+
- uses: actions/upload-artifact@v6
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
@@ -22,6 +22,7 @@ Unreleased changes
2222

2323
- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`)
2424
- Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`)
25+
- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`)
2526
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
2627
- Bump actions/checkout from 5 to 6 ({gh-pr}`357`)
2728
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)

0 commit comments

Comments
 (0)