correct download-artifact version

This commit is contained in:
Blake Ridgway 2025-03-20 07:25:14 -05:00
parent 614f553a58
commit b5e44fdaea

View file

@ -103,12 +103,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Retrieve Linux artifact - name: Retrieve Linux artifact
uses: actions/download-artifact@v3.1.2 uses: actions/download-artifact@v4
with: with:
name: TimeLogix-AppImage name: TimeLogix-AppImage
- name: Retrieve Windows artifact - name: Retrieve Windows artifact
uses: actions/download-artifact@v3.1.2 uses: actions/download-artifact@v4
with: with:
name: TimeLogix-Windows name: TimeLogix-Windows