diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08edb57..9bfa461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: 'Build web app artifacts' run: npm run build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist