Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap_core22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap_core24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading