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: |