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 4f94a88 commit 7350f41Copy full SHA for 7350f41
.github/workflows/deploy-staging.yml
@@ -26,7 +26,7 @@ jobs:
26
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' # This conditional will skip the step for Dependabot PRs
27
run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
28
- name: Upload artifacts # Find artifacts under actions/jobs
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: chrome-extension
32
path: extension
0 commit comments