Explorar el Código

chore: Forgot 2 actions with old versions

Gustavo Carreno hace 1 año
padre
commit
105a10e3f2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/workflow.yml

+ 2 - 2
.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: |