diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
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 |
