diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 12c41f08a7..55af63d0f4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -64,20 +64,20 @@ jobs: - name: Upload zip to GitHub Artifacts if: github.event_name == 'push' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: texstudio-win-qt6-zip path: ./build/package-zip/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.zip - name: Upload to GitHub Artifacts if: github.event_name == 'push' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: texstudio-win-qt6-exe path: texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe - name: Upload release file(s) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/') with: name: release @@ -134,13 +134,13 @@ jobs: - name: Upload to Github Artifacts if: github.event_name == 'push' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: texstudio-linux path: texstudio-linux-${{ steps.package.outputs.VERSION_NAME }}-x86_64.AppImage - name: Upload release file(s) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/') with: name: release @@ -221,13 +221,13 @@ jobs: - name: Upload to Github artifacts if: github.event_name == 'push' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: texstudio-osx path: texstudio-osx-${{ steps.package.outputs.VERSION_NAME }}.dmg - name: Upload release file(s) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/') with: name: release