diff --git a/.github/workflows/debian_based_CI.yml b/.github/workflows/debian_based_CI.yml index 8cbc6abb..a9a96e67 100644 --- a/.github/workflows/debian_based_CI.yml +++ b/.github/workflows/debian_based_CI.yml @@ -104,7 +104,7 @@ jobs: - run: bash qbittorrent-nox-static.sh qbittorrent - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.artifact_name }} path: ${{ env.build_dir }}/completed/qbittorrent-nox diff --git a/.github/workflows/matrix_multi_build_and_release.yml b/.github/workflows/matrix_multi_build_and_release.yml index ffbe5152..7c7b8a1d 100644 --- a/.github/workflows/matrix_multi_build_and_release.yml +++ b/.github/workflows/matrix_multi_build_and_release.yml @@ -137,7 +137,7 @@ jobs: run: docker exec -w /root/${{ env.qbt_build_dir }}/release_info multiarch bash -c 'mv *.md *.json '/root/${{ env.qbt_build_dir }}/completed'' - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ github.event.inputs.distinct_id }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox path: | @@ -146,7 +146,7 @@ jobs: - name: Host - Upload cmake graphs artifact ${{ github.event.inputs.distinct_id }} if: matrix.qbt_build_tool == 'cmake' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs" path: "${{ env.qbt_build_dir }}/completed/*.png" diff --git a/.github/workflows/matrix_multi_build_and_release_artifacts.yml b/.github/workflows/matrix_multi_build_and_release_artifacts.yml index 5614f900..65263177 100644 --- a/.github/workflows/matrix_multi_build_and_release_artifacts.yml +++ b/.github/workflows/matrix_multi_build_and_release_artifacts.yml @@ -38,7 +38,7 @@ jobs: curl -sLO "${urls}" done - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: "*.tar.xz" @@ -201,7 +201,7 @@ jobs: run: docker exec -w /root/${{ env.qbt_build_dir }}/release_info multiarch bash -c 'mv *.md *.json '/root/${{ env.qbt_build_dir }}/completed'' - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ github.event.inputs.distinct_id }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox path: | @@ -210,7 +210,7 @@ jobs: - name: Host - Upload cmake graphs artifact ${{ github.event.inputs.distinct_id }} if: matrix.qbt_build_tool == 'cmake' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs" path: "${{ env.qbt_build_dir }}/completed/*.png" diff --git a/.github/workflows/matrix_multi_build_and_release_customs_tags.yml b/.github/workflows/matrix_multi_build_and_release_customs_tags.yml index 4d782ea7..6a5d7820 100644 --- a/.github/workflows/matrix_multi_build_and_release_customs_tags.yml +++ b/.github/workflows/matrix_multi_build_and_release_customs_tags.yml @@ -147,7 +147,7 @@ jobs: run: docker exec -w /root/${{ env.qbt_build_dir }}/release_info multiarch bash -c 'mv *.md *.json '/root/${{ env.qbt_build_dir }}/completed'' - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ github.event.inputs.distinct_id }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox path: | @@ -156,7 +156,7 @@ jobs: - name: Host - Upload cmake graphs artifact ${{ github.event.inputs.distinct_id }} if: matrix.qbt_build_tool == 'cmake' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs" path: "${{ env.qbt_build_dir }}/completed/*.png" diff --git a/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files.yml b/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files.yml index 22ad8c09..f683d24d 100644 --- a/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files.yml +++ b/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files.yml @@ -137,7 +137,7 @@ jobs: run: docker exec -w /root/${{ env.qbt_build_dir }}/release_info multiarch bash -c 'mv *.md *.json '/root/${{ env.qbt_build_dir }}/completed'' - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ github.event.inputs.distinct_id }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox path: | @@ -146,7 +146,7 @@ jobs: - name: Host - Upload cmake graphs artifact ${{ github.event.inputs.distinct_id }} if: matrix.qbt_build_tool == 'cmake' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs" path: "${{ env.qbt_build_dir }}/completed/*.png" diff --git a/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files_debug.yml b/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files_debug.yml index 5d4640a1..e07bd06a 100644 --- a/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files_debug.yml +++ b/.github/workflows/matrix_multi_build_and_release_qbt_workflow_files_debug.yml @@ -133,7 +133,7 @@ jobs: run: docker exec -w /root/${{ env.qbt_build_dir }}/release_info multiarch bash -c 'mv *.md *.json '/root/${{ env.qbt_build_dir }}/completed'' - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ github.event.inputs.distinct_id }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox path: | @@ -142,7 +142,7 @@ jobs: - name: Host - Upload cmake graphs artifact ${{ github.event.inputs.distinct_id }} if: matrix.qbt_build_tool == 'cmake' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs" path: "${{ env.qbt_build_dir }}/completed/*.png"