Skip to content

Commit 16bb756

Browse files
committed
Upgrade from deprecated actions/upload-artifact
1 parent aa990c1 commit 16bb756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./scripts/build.sh --type ${{ matrix.build_type }} --clean --test
3636
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: thales-${{ matrix.os }}-${{ matrix.build_type }}
4141
path: |

0 commit comments

Comments
 (0)