mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update deprecated upload-artifact action.
This commit is contained in:
parent
ce16815ab6
commit
821935380c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux_server_build.yml
vendored
2
.github/workflows/linux_server_build.yml
vendored
|
@ -266,7 +266,7 @@ jobs:
|
|||
|
||||
- name: Archive cmake logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
||||
path: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
||||
|
|
Loading…
Reference in a new issue