diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 023d47ac..74c50626 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: ./ZoneCodeGeneratorLibTests ./ZoneCommonTests - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: oat-linux path: | @@ -92,7 +92,7 @@ jobs: ./ZoneCodeGeneratorLibTests ./ZoneCommonTests - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: oat-windows path: |