Skip to content

Commit f3f2eb0

Browse files
Update actions/upload-artifact to v3.1.1 (getsentry#1718)
Update actions/upload-artifact to v3.1.1 Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
1 parent 76b413a commit f3f2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
make apidocs
104104
cd docs/_build && zip -r gh-pages ./
105105
106-
- uses: actions/upload-artifact@v2
106+
- uses: actions/upload-artifact@v3.1.1
107107
with:
108108
name: ${{ github.sha }}
109109
path: docs/_build/gh-pages.zip

0 commit comments

Comments
 (0)