chore(deps): use actions/upload-artifact@v4

This commit is contained in:
Jeremy Kahn 2024-04-18 18:23:54 -05:00
parent 88e47c054f
commit 2dbd29a90a

View File

@ -19,7 +19,7 @@ jobs:
- name: 'Build web app artifacts' - name: 'Build web app artifacts'
run: npm run build run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build-output name: build-output
path: dist path: dist