|
@@ -48,7 +48,7 @@ jobs:
|
|
|
|
|
|
- name: Upload binary (Windows)
|
|
- name: Upload binary (Windows)
|
|
if: ${{ (matrix.operating-system == 'windows-latest') && (matrix.lazarus-versions == 'stable') }}
|
|
if: ${{ (matrix.operating-system == 'windows-latest') && (matrix.lazarus-versions == 'stable') }}
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: PascalCoinWindows
|
|
name: PascalCoinWindows
|
|
path: |
|
|
path: |
|
|
@@ -58,7 +58,7 @@ jobs:
|
|
|
|
|
|
- name: Upload binary (Ubuntu)
|
|
- name: Upload binary (Ubuntu)
|
|
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
|
|
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: PascalCoinLinux
|
|
name: PascalCoinLinux
|
|
path: |
|
|
path: |
|