diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9aee04e66..547ac6703 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload cldr-staging.zip - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: cldr-staging path: target/*.zip