diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c11e6ac54..56b5bd08e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: - name: Unzip production artifacts run: cd wps_scripts && ./gradlew assembleDist && unzip build/distributions/scriptrunner.zip - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: NoiseModelling_without_gui.zip path: wps_scripts/scriptrunner/ \ No newline at end of file