Skip to content

Commit f119172

Browse files
authored
💚 fix CI (#130)
1 parent 920aed3 commit f119172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build-dawn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
- name: Upload artifacts - Dawn Library Files
3939
if: github.ref == 'refs/heads/main'
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: dawn-libs
4343
path: |
4444
packages/webgpu/libs/android
4545
packages/webgpu/libs/ios/*.xcframework
4646
packages/webgpu/cpp/dawn
47-
packages/webgpu/cpp/webgpu
47+
packages/webgpu/cpp/webgpu

0 commit comments

Comments
 (0)