8000 ci: Update actions/upload-artifact to v3.1.1 (#6100) · yongdamsh/sentry-javascript@466247a · GitHub
[go: up one dir, main page]

Skip to content

Commit 466247a

Browse files
ci: Update actions/upload-artifact to v3.1.1 (getsentry#6100)
1 parent aba4469 commit 466247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
- name: Pack
300300
run: yarn build:npm
301301
- name: Archive artifacts
302-
uses: actions/upload-artifact@v2
302+
uses: actions/upload-artifact@v3.1.1
303303
with:
304304
name: ${{ github.sha }}
305305
path: |

0 commit comments

Comments
 (0)
0