We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f915d83 commit 59a01b8Copy full SHA for 59a01b8
.craft.yml
@@ -13,9 +13,5 @@ requireNames:
13
targets:
14
- name: github
15
includeNames: /^sentry-.*.tgz$/
16
- # TODO: Remove once we replace the webpack plugin
17
- excludeNames: /^sentry-webpack-plugin-*.tgz$/
18
- name: npm
19
20
21
.github/workflows/checks.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: pack
97
run: yarn build:npm
98
- name: archive artifacts
99
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
100
with:
101
name: ${{ github.sha }}
102
path: |
0 commit comments