Skip to content

Commit b818ab3

Browse files
authored
Merge pull request #1049 from aio-libs/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 72a4df6 + f35d688 commit b818ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
WHEEL_ARTIFACT_NAME: ${{ needs.pre-setup.outputs.wheel-artifact-name }}
273273
- name: Store the distribution packages
274274
id: dist-artifact-upload
275-
uses: actions/upload-artifact@v4
275+
uses: actions/upload-artifact@v5
276276
with:
277277
name: python-package-distributions
278278
# NOTE: Exact expected file names are specified here

0 commit comments

Comments
 (0)