Update deprecated upload-artifact action.

This commit is contained in:
Julian Groß 2024-12-27 11:58:09 +01:00
parent a03733cee5
commit 4c5bc90b32

View file

@ -244,7 +244,7 @@ jobs:
- name: Archive cmake logs - name: Archive cmake logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz name: cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz
path: ./cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz path: ./cmake-logs-${{ matrix.os }}-${{ github.event.number }}.tar.xz