Skip to content

Commit 3d5dd49

Browse files
Bump actions/upload-artifact from 2 to 3 (#1124)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Singh <[email protected]>
1 parent f16e752 commit 3d5dd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}'
314314
'dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}'
315315
- name: Store the distribution packages
316-
uses: actions/upload-artifact@v2
316+
uses: actions/upload-artifact@v3
317317
with:
318318
name: python-package-distributions
319319
# NOTE: Exact expected file names are specified here

0 commit comments

Comments
 (0)