Skip to content

Commit 766e70e

Browse files
Bump actions/upload-artifact from 2 to 3 (#767)
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>
1 parent 63deecc commit 766e70e

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
@@ -298,7 +298,7 @@ jobs:
298298
'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}'
299299
'dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}'
300300
- name: Store the distribution packages
301-
uses: actions/upload-artifact@v2
301+
uses: actions/upload-artifact@v3
302302
with:
303303
name: python-package-distributions
304304
# NOTE: Exact expected file names are specified here

0 commit comments

Comments
 (0)