From ac7499eb3c086174c7ff353a094566330c796d2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:48:40 +0200 Subject: chore(deps): update github artifact actions (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e101ac4..4578a48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: cache-to: type=gha,mode=max outputs: type=docker,dest=/tmp/${{ matrix.crate }}.tar - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: warden-${{ matrix.crate }} path: /tmp/${{ matrix.crate }}.tar @@ -162,7 +162,7 @@ jobs: with: node-version: '22' - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: warden-images pattern: warden-* @@ -191,7 +191,7 @@ jobs: configuration/typology/01-create.bru \ --env warden --reporter-html results.html - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results path: contrib/bruno/results.html -- cgit v1.2.3