Explorar o código

Update upload-artifact action to use v4

V3 is no longer supported and throws an error on use
Grant Limberg hai 8 meses
pai
achega
b736b6835d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/validate.yml

+ 1 - 1
.github/workflows/validate.yml

@@ -44,7 +44,7 @@ jobs:
         sudo ./.github/workflows/validate-linux.sh
 
     - name: Archive test results
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: ${{github.sha}}-test-results
         path: "*test-results*"