aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-26 09:48:40 +0200
committerGitHub <noreply@github.com>2025-10-26 09:48:40 +0200
commitac7499eb3c086174c7ff353a094566330c796d2f (patch)
tree5d4744470b7de7be1658fadf9350ff01523fe1db /.github
parentdb9735072a084e4d14d6a09e1d4c35a99f1ea09a (diff)
downloadwarden-ac7499eb3c086174c7ff353a094566330c796d2f.tar.bz2
warden-ac7499eb3c086174c7ff353a094566330c796d2f.zip
chore(deps): update github artifact actions (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 3 insertions, 3 deletions
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