From 105a10e3f2ba716c0b2049694c8598f9534f897b Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Thu, 5 Oct 2023 10:22:13 +0100 Subject: [PATCH] chore: Forgot 2 actions with old versions --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4be2f714..951eaf1d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -48,7 +48,7 @@ jobs: - name: Upload binary (Windows) if: ${{ (matrix.operating-system == 'windows-latest') && (matrix.lazarus-versions == 'stable') }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: PascalCoinWindows path: | @@ -58,7 +58,7 @@ jobs: - name: Upload binary (Ubuntu) if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: PascalCoinLinux path: |