diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f4939d1..642f6dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: cp -vrf asset/*.jar artifacts - name: "Upload artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifact path: artifacts \ No newline at end of file