Skip to content

Commit 7350f41

Browse files
committed
fix(deploy): update upload-artifact action to version 4
1 parent 4f94a88 commit 7350f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' # This conditional will skip the step for Dependabot PRs
2727
run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
2828
- name: Upload artifacts # Find artifacts under actions/jobs
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: chrome-extension
3232
path: extension

0 commit comments

Comments
 (0)