Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Sep 16, 2024
1 parent fb74ec4 commit f46a6a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
bash ci_scripts/test_build_options.sh
- name: Archive static lib
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: uoscore-uedhoc-x86
path: test/build/uoscore_uedhoc/libuoscore-uedhoc.a
Expand All @@ -74,7 +74,7 @@ jobs:
west build -t run
- name: Archive static lib
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: uoscore-uedhoc-x86-64
path: test/build/uoscore_uedhoc/libuoscore-uedhoc.a
Expand All @@ -88,13 +88,13 @@ jobs:
bash ci_scripts/flash_report_gen.sh
- name: Upload rom report with tinycrypt
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rom-report-tinycrypt-crypto
path: test/build_reports/rom_report_nrf91_with_tinycrypt.txt

- name: Upload rom report with mbedtls
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rom-report-mbedtls-crypto
path: test/build_reports/rom_report_nrf91_with_mbedtls.txt
Expand All @@ -108,7 +108,7 @@ jobs:
bash ci_scripts/stack_report_gen.sh
- name: Upload stack report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: stack-report
path: test/build_reports/stack_report.html
Expand Down

0 comments on commit f46a6a3

Please sign in to comment.