mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Steffen Vogel

parent
0b239e6ece
commit
33f55d3c90
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
|
||||
- name: Upload logs an packet captures as artifacts
|
||||
if: ${{ always() && matrix.target_arch == matrix.host_arch && matrix.target_os == matrix.host_os && matrix.host_os == 'linux' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-logs-${{ matrix.target_os }}-${{ matrix.target_arch }}
|
||||
path: test/e2e/logs/
|
||||
|
Reference in New Issue
Block a user