diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index bc70809740..573163d105 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -135,12 +135,12 @@ jobs: cpack -G TGZ - name: Installer TGZ push - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: _build/*.tar.gz - name: Installer RPM push - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: _build/*.rpm