We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa990c1 commit 16bb756Copy full SHA for 16bb756
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
./scripts/build.sh --type ${{ matrix.build_type }} --clean --test
36
37
- name: Upload artifacts
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: thales-${{ matrix.os }}-${{ matrix.build_type }}
41
path: |
0 commit comments