@@ -69,13 +69,13 @@ jobs:
6969 - run : git submodule update --recursive --init
7070
7171 - name : Ccache
72- uses : hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
72+ uses : hendrikmuhs/ccache-action@v1
7373 with :
7474 key : ${{ github.ref_name }}-${{ matrix.config.name }}
7575
7676 - name : Install specified Qt version
7777 if : matrix.config.qt_version != 'native'
78- uses : jurplel/install-qt-action@v3
78+ uses : jurplel/install-qt-action@v4
7979 with :
8080 version : ${{ matrix.config.qt_version }}
8181 cache : true
8989
9090 - name : Setup Ninja
9191 if : matrix.config.build_system == 'Ninja'
92- uses : seanmiddleditch/gha-setup-ninja@v4
92+ uses : seanmiddleditch/gha-setup-ninja@v6
9393
9494 - name : Create Build Environment
9595 run : cmake -E make_directory ${{ github.workspace }}/build
@@ -123,9 +123,10 @@ jobs:
123123
124124 - name : Get official RISC-V tests
125125 if : ${{ steps.cache-tests.outputs.cache-hit != 'true' }}
126- uses : alehechka /download-tartifact@v2
126+ uses : actions /download-artifact@v4
127127 with :
128128 name : riscv-official-tests
129+ path : tests/riscv-official/isa
129130
130131 - name : Official RISC-V tests (single cycle)
131132 # The testing python script does not support Ubuntu 18
@@ -276,7 +277,7 @@ jobs:
276277
277278 - name : Store created artifacts
278279 # Use of tar significantly improves performance as artifact upload has significant per file penalty
279- uses : alehechka /upload-tartifact@v2
280+ uses : actions /upload-artifact@v4
280281 with :
281282 name : riscv-official-tests
282283 path : tests/riscv-official/isa
0 commit comments