Skip to content

Commit a8ec6db

Browse files
chore(deps): update faststats-dev/upload-sourcemap action to v0.4
1 parent 555be05 commit a8ec6db

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Upload Source Map
2020
# This condition ensures the step only runs on the main branch
2121
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
22-
uses: faststats-dev/upload-sourcemap@v0.3
22+
uses: faststats-dev/upload-sourcemap@v0.4
2323
with:
2424
api-key: ${{ secrets.FASTSTATS_API_KEY }}
2525
dist-dir: .output/public/assets

0 commit comments

Comments
 (0)