Переглянути джерело

chore: Forgot 2 actions with old versions

Gustavo Carreno 1 рік тому
батько
коміт
105a10e3f2
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .github/workflows/workflow.yml

+ 2 - 2
.github/workflows/workflow.yml

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