diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 06984679..0bf93f29 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -230,23 +230,23 @@ jobs: # TODO: restore AppImage build then enable this step, see https://github.com/COVESA/dlt-viewer/issues/717 # - name: Download DLT Linux artifacts - # uses: actions/download-artifact@v4 + # uses: actions/download-artifact@v5 # with: # name: DLT-Linux # continue-on-error: true - name: Download DLT macOS artifacts arm64 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: DLTViewer-macos15-qt6 - name: Download DLT macOS artifacts x86 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: DLT-Mac-x86 - name: Download DLT Windows artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: DLTViewer-windows-x86_64