Skip to content

Commit 135a7ab

Browse files
Bump actions/upload-artifact from 2 to 3 (#322)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1629594 commit 135a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: |
153153
pip install build
154154
python -m build --sdist
155-
- uses: actions/upload-artifact@v2
155+
- uses: actions/upload-artifact@v3
156156
with:
157157
name: "sdist"
158158
path: dist/*.tar.gz

0 commit comments

Comments
 (0)