diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77bc188c..331f0d05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,19 +40,19 @@ jobs: run: yarn run test:it:with-prebuilt-vsix if: ${{ matrix.os != 'ubuntu-latest' }} - name: Archive vsix - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ matrix.os == 'ubuntu-latest' }} with: name: 'vscode-kaoto-vsix' path: '*.vsix' - name: Store VS Code logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: vscode-logs-${{ matrix.os }} path: test-resources/settings/logs - name: Store VS Code UI Tests screenshots on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ui-test-screenshots-${{ matrix.os }} diff --git a/.github/workflows/main-kaoto.yaml b/.github/workflows/main-kaoto.yaml index 9fbf100d..ebe5d048 100644 --- a/.github/workflows/main-kaoto.yaml +++ b/.github/workflows/main-kaoto.yaml @@ -56,17 +56,17 @@ jobs: working-directory: vscode-kaoto run: xvfb-run -a yarn run test:it:with-prebuilt-vsix - name: Archive vsix - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: 'vscode-kaoto/*.vsix' - name: Store VS Code logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: vscode-logs path: vscode-kaoto/test-resources/settings/logs - name: Store VS Code UI Tests screenshots on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ui-test-screenshots