diff --git a/.github/workflows/oci-server.yml b/.github/workflows/oci-server.yml index 5abab34..4653b24 100644 --- a/.github/workflows/oci-server.yml +++ b/.github/workflows/oci-server.yml @@ -57,7 +57,7 @@ jobs: python -m build - name: Upload wheel package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ runner.os }}-wheel-${{ github.sha }} path: dist/*.whl