8000 build(deps): bump actions/upload-artifact from 2 to 3 (#1428) · leeworker/sentry-python@50ddda7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50ddda7

Browse files
build(deps): bump actions/upload-artifact from 2 to 3 (getsentry#1428)
1 parent a6cfff8 commit 50ddda7

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
@@ -28,7 +28,7 @@ jobs:
2828
pip install virtualenv
2929
make aws-lambda-layer-build
3030
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v3
3232
with:
3333
name: ${{ github.sha }}
3434
path: |
@@ -52,7 +52,7 @@ jobs:
5252
make apidocs
5353
cd docs/_build && zip -r gh-pages ./
5454
55-
- uses: actions/upload-artifact@v2
55+
- uses: actions/upload-artifact@v3
5656
with:
5757
name: ${{ github.sha }}
5858
path: docs/_build/gh-pages.zip

0 commit comments

Comments
 (0)
0