diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 66d65618..ac6d8dc3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -56,7 +56,7 @@ jobs: find . -type f \( -name ".gitignore" -o -name ".gitkeep" \) -exec rm -f {} \; zip -r -q EVS-${{ env.EVS_VERSION }}.zip . - name: 📁 Archive artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: EVS-build path: "${{ env.artifacts_path }}/EVS-${{ env.EVS_VERSION }}.zip"