diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index cfd819bd5..4bd844722 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -189,7 +189,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-reports-${{ env.TEST_REPORT_NAME }} path: ./bin/testreports diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 0153d847b..45c559cff 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -102,7 +102,7 @@ jobs: tree -nh . - name: Upload release binaries - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: buildkit-release path: ${{ env.DESTDIR }}/* diff --git a/.github/workflows/dockerd.yml b/.github/workflows/dockerd.yml index bdb7d811b..12f35c6ff 100644 --- a/.github/workflows/dockerd.yml +++ b/.github/workflows/dockerd.yml @@ -67,7 +67,7 @@ jobs: wget -qO- "https://download.docker.com/linux/static/stable/x86_64/docker-${{ env.DOCKER_VERSION }}.tgz" | tar xvz --strip 1 - name: Upload dockerd - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dockerd path: /tmp/moby/dockerd diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index 072870bb4..eb354ac56 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -66,7 +66,7 @@ jobs: tree -nh ${{ env.DESTDIR }} - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: buildkit-${{ env.PLATFORM_PAIR }} path: ${{ env.DESTDIR }}/* @@ -187,7 +187,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-reports-${{ matrix.os }}-${{ env.TEST_REPORT_NAME }} path: ./bin/testreports