diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e20918c39..708f15f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: ant -noinput -buildfile package.xml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4.1.7 with: name: build path: dist/*