Skip to content

Commit 8c8e49c

Browse files
Bump actions/upload-artifact from 2 to 3 (Gallopsled#2246)
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 0b0f786 commit 8c8e49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ jobs:
182182
run: |
183183
python -m build
184184
185-
- uses: actions/upload-artifact@v2
185+
- uses: actions/upload-artifact@v3
186186
with:
187187
name: packages
188188
path: dist/
189189

190-
- uses: actions/upload-artifact@v2
190+
- uses: actions/upload-artifact@v3
191191
with:
192192
name: coverage
193193
path: .coverage*

0 commit comments

Comments
 (0)