diff --git a/.github/workflows/debian.yaml b/.github/workflows/debian.yaml index b53eef07c..5b6c829ab 100644 --- a/.github/workflows/debian.yaml +++ b/.github/workflows/debian.yaml @@ -121,7 +121,7 @@ jobs: run: mv plotjuggler_${{ steps.define_version.outputs.version }}_amd64.deb plotjuggler_${{ steps.define_version.outputs.version }}_amd64_${{ steps.dist_short.outputs.short_name }}.deb - name: Upload deb - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: plotjuggler_${{ steps.define_version.outputs.version }}_amd64_${{ steps.dist_short.outputs.short_name }}.deb path: plotjuggler_${{ steps.define_version.outputs.version }}_amd64_${{ steps.dist_short.outputs.short_name }}.deb diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 8b3390d17..4e7173a66 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -121,7 +121,7 @@ jobs: - name: Upload DMG artifact if: startsWith(github.ref, 'refs/tags/') - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.DMG_NAME }} path: ${{ env.DMG_NAME }} diff --git a/.github/workflows/snap_core22.yaml b/.github/workflows/snap_core22.yaml index 23bc54077..fcce5dc5c 100644 --- a/.github/workflows/snap_core22.yaml +++ b/.github/workflows/snap_core22.yaml @@ -29,7 +29,7 @@ jobs: run: | sudo snap install --dangerous ${{ steps.build-snap22.outputs.snap }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: plotjuggler-snap22 path: ${{ steps.build-snap22.outputs.snap }} diff --git a/.github/workflows/snap_core24.yaml b/.github/workflows/snap_core24.yaml index 5a89f5324..a03760333 100644 --- a/.github/workflows/snap_core24.yaml +++ b/.github/workflows/snap_core24.yaml @@ -28,7 +28,7 @@ jobs: sudo snap install --dangerous ${{ steps.build-snap24.outputs.snap }} - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: plotjuggler-snap24 path: ${{ steps.build-snap24.outputs.snap }} diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index da077b612..cd0df902e 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -74,7 +74,7 @@ jobs: --plugin qt --output appimage - name: Upload AppImage - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: PlotJuggler-x86_64.AppImage path: PlotJuggler-x86_64.AppImage diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index d1d5638a0..7881e246d 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -87,7 +87,7 @@ jobs: Write-Host "Installer created successfully: $installer_name" - name: Upload installer - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.create_installer.outputs.installer_name }} path: ${{ steps.create_installer.outputs.installer_name }}