Skip to content

Commit 3b31be5

Browse files
committed
CI: bump dependencies
1 parent 7b93bdf commit 3b31be5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/debug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858

5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6161
- run: git submodule update --recursive --init
6262

6363
- name: Ccache
@@ -148,7 +148,7 @@ jobs:
148148
run: python qtrvsim_tester.py -M -A --pipeline --cache ${{ github.workspace }}/build/target/qtrvsim_cli
149149

150150
- name: Store created artifacts
151-
uses: actions/upload-artifact@v2
151+
uses: actions/upload-artifact@v4
152152
with:
153153
name: target-${{ runner.os }}-qt${{ matrix.config.qt_version }}
154154
path: ${{ github.workspace }}/build/target
@@ -171,7 +171,7 @@ jobs:
171171
qt_version: 5.15.2,
172172
}
173173
steps:
174-
- uses: actions/checkout@v2
174+
- uses: actions/checkout@v4
175175

176176
- name: Ccache
177177
uses: hendrikmuhs/[email protected] # https://github.com/hendrikmuhs/ccache-action/issues/181
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Setup EMSDK cache
182182
id: cache-system-libraries
183-
uses: actions/cache@v3
183+
uses: actions/cache@v4
184184
with:
185185
path: 'emsdk-cache'
186186
key: ${{ runner.os }}-${{ matrix.config.emsdk_version }}-${{ matrix.config.qt_version }}-emsdk
@@ -219,7 +219,7 @@ jobs:
219219
run: cmake --build . -j4
220220

221221
- name: Store created artifacts
222-
uses: actions/upload-artifact@v3
222+
uses: actions/upload-artifact@v4
223223
with:
224224
name: target-wasm-${{ runner.os }}-qt${{ matrix.config.qt_version }}
225225
path: ${{ github.workspace }}/build/target
@@ -230,7 +230,7 @@ jobs:
230230
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
231231
runs-on: ubuntu-22.04
232232
steps:
233-
- uses: actions/checkout@v2
233+
- uses: actions/checkout@v4
234234
- run: git submodule update --recursive --init
235235

236236
- name: Get cache key
@@ -241,7 +241,7 @@ jobs:
241241

242242
- name: Cache
243243
id: cache-tests
244-
uses: actions/cache@v3
244+
uses: actions/cache@v4
245245
with:
246246
path: ${{ github.workspace }}/tests/riscv-official/isa
247247
key: riscv-tests-${{ steps.subtree-hash.outputs.stdout }}

0 commit comments

Comments
 (0)