diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index 01cc9d3..0145acc 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -31,14 +31,14 @@ jobs: run: sudo apt install s3cmd - name: Archive cache - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debian-cache path: ~/.out-of-tree/debian.cache - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debian-cache-logs path: ~/.out-of-tree/logs @@ -111,7 +111,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debian-cache-logs path: ~/.out-of-tree/logs diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6ac436b..ed09900 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -152,7 +152,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs path: logs diff --git a/.github/workflows/images-debian.yml b/.github/workflows/images-debian.yml index 265bb7b..33ed779 100644 --- a/.github/workflows/images-debian.yml +++ b/.github/workflows/images-debian.yml @@ -76,7 +76,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: images-debian-log path: images-debian.log diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 84e8460..1b58889 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -80,7 +80,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-end-to-end-examples-${{ matrix.example.dir }}-logs path: ~/.out-of-tree/logs @@ -168,7 +168,7 @@ jobs: - name: Archive logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-end-to-end-${{ matrix.type }}-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs path: ~/.out-of-tree/logs