diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 704c0b7..9bf9605 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: run: ARCH=${{ matrix.arch }} make build-darwin - name: upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: darwin-${{ matrix.arch }} path: "./out/darwin-${{ matrix.arch }}/pd-e2e" @@ -62,7 +62,7 @@ jobs: run: $env:ARCH='${{ matrix.arch }}'; make build-windows - name: upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows-${{ matrix.arch }} path: "./out/windows-${{ matrix.arch }}/pd-e2e.exe" diff --git a/.github/workflows/podman-desktop-e2e-nightly-windows.yaml b/.github/workflows/podman-desktop-e2e-nightly-windows.yaml index da0909f..797a603 100644 --- a/.github/workflows/podman-desktop-e2e-nightly-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-nightly-windows.yaml @@ -187,7 +187,7 @@ jobs: report_paths: '**/*results.xml' - name: Upload test artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }} diff --git a/.github/workflows/podman-desktop-e2e-windows.yaml b/.github/workflows/podman-desktop-e2e-windows.yaml index 988a900..fef345d 100644 --- a/.github/workflows/podman-desktop-e2e-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-windows.yaml @@ -181,7 +181,7 @@ jobs: report_paths: '**/*results.xml' - name: Upload test artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }} diff --git a/.github/workflows/podman-e2e-windows.yaml b/.github/workflows/podman-e2e-windows.yaml index 7774379..982d6c4 100644 --- a/.github/workflows/podman-e2e-windows.yaml +++ b/.github/workflows/podman-e2e-windows.yaml @@ -138,7 +138,7 @@ jobs: report_paths: '**/*results*.xml' - name: Upload e2e test artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: E2E-results-windows-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}