diff --git a/.github/workflows/build_appimage.yml b/.github/workflows/build_appimage.yml index 7f2990bdb..82f25003f 100644 --- a/.github/workflows/build_appimage.yml +++ b/.github/workflows/build_appimage.yml @@ -143,7 +143,7 @@ jobs: - name: Upload AppImage artifact if: steps.should_build.outputs.should_build == 'true' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.appimage_name.outputs.name }} path: linux/${{ steps.appimage_name.outputs.name }} diff --git a/.github/workflows/build_deb.yml b/.github/workflows/build_deb.yml index d7a31c9e0..39c387597 100644 --- a/.github/workflows/build_deb.yml +++ b/.github/workflows/build_deb.yml @@ -269,7 +269,7 @@ jobs: - name: Upload .deb artifact if: steps.should_build.outputs.should_build == 'true' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.deb_name.outputs.name }} path: ${{ steps.deb_name.outputs.name }} diff --git a/.github/workflows/build_deb_debian13.yml b/.github/workflows/build_deb_debian13.yml index f5e6b7e77..f2f1df6f4 100644 --- a/.github/workflows/build_deb_debian13.yml +++ b/.github/workflows/build_deb_debian13.yml @@ -261,7 +261,7 @@ jobs: - name: Upload .deb artifact if: steps.should_build.outputs.should_build == 'true' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.deb_name.outputs.name }} path: ${{ steps.deb_name.outputs.name }} diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index b55173b9e..6d684d045 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -45,7 +45,7 @@ jobs: # NOTE: The sample-platform test runner (CCExtractor/sample-platform) # matches artifact names exactly. Update Artifact_names in # mod_ci/controllers.py there if you rename this artifact. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: CCExtractor Linux build path: ./linux/artifacts diff --git a/.github/workflows/build_linux_systemlibs.yml b/.github/workflows/build_linux_systemlibs.yml index b655fdf07..6f73245a5 100644 --- a/.github/workflows/build_linux_systemlibs.yml +++ b/.github/workflows/build_linux_systemlibs.yml @@ -140,7 +140,7 @@ jobs: - name: Upload artifact if: steps.should_build.outputs.should_build == 'true' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.output_name.outputs.name }} path: ${{ steps.output_name.outputs.name }}.tar.gz diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index 92931003d..347698cd5 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -42,7 +42,7 @@ jobs: run: mkdir ./mac/artifacts - name: Copy release artifact run: cp ./mac/ccextractor ./mac/artifacts/ - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: CCExtractor mac build path: ./mac/artifacts diff --git a/.github/workflows/build_snap.yml b/.github/workflows/build_snap.yml index 757123794..d220b973e 100644 --- a/.github/workflows/build_snap.yml +++ b/.github/workflows/build_snap.yml @@ -39,7 +39,7 @@ jobs: run: ls -lh *.snap - name: Upload snap as workflow artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: CCExtractor Snap path: "*.snap" diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index d009fbb5b..fbc4d4b65 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -133,7 +133,7 @@ jobs: # matches artifact names exactly. Update Artifact_names in # mod_ci/controllers.py there if you rename these artifacts. - name: Upload Release artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: CCExtractor Windows ${{ matrix.arch }} Release build path: | @@ -158,7 +158,7 @@ jobs: working-directory: ./windows/${{ matrix.outdir }}Debug-Full - name: Upload Debug artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: CCExtractor Windows ${{ matrix.arch }} Debug build path: | diff --git a/.github/workflows/publish_chocolatey.yml b/.github/workflows/publish_chocolatey.yml index 7099ffd45..ee4b3ed7c 100644 --- a/.github/workflows/publish_chocolatey.yml +++ b/.github/workflows/publish_chocolatey.yml @@ -134,7 +134,7 @@ jobs: Write-Host "Package submitted to Chocolatey! It may take some time to be moderated and published." - name: Upload package artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: chocolatey-package path: packaging/chocolatey/*.nupkg