diff --git a/.gitea/workflows/build-nightlly.yml b/.gitea/workflows/build-nightlly.yml index 1245cc9..9273bf9 100644 --- a/.gitea/workflows/build-nightlly.yml +++ b/.gitea/workflows/build-nightlly.yml @@ -27,7 +27,7 @@ jobs: appimage-builder - name: Upload AppImage - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-AppImage path: build-aux/PortProtonQt*.AppImage @@ -71,7 +71,7 @@ jobs: su rpmbuild -c "rpmbuild -ba /home/rpmbuild/SPECS/${{ env.PACKAGE }}.spec" - name: Upload RPM package - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-RPM-Fedora-${{ matrix.fedora_version }} path: /home/rpmbuild/RPMS/**/*.rpm @@ -123,7 +123,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Upload Arch package - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-Arch path: ${{ env.PKGDEST }}/* diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 208d6d4..0d18113 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,7 +30,7 @@ jobs: appimage-builder - name: Upload AppImage - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-AppImage path: build-aux/PortProtonQt*.AppImage* @@ -82,7 +82,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Upload Arch package - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-Arch path: ${{ env.PKGDEST }}/* @@ -126,7 +126,7 @@ jobs: su rpmbuild -c "rpmbuild -ba /home/rpmbuild/SPECS/${{ env.PACKAGE }}.spec" - name: Upload RPM package - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: PortProtonQt-RPM-Fedora-${{ matrix.fedora_version }} path: /home/rpmbuild/RPMS/**/*.rpm