Skip to content

Commit 9f7cde0

Browse files
Bump actions/upload-artifact from 6 to 7 (#295)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 334ed58 commit 9f7cde0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/runcpptest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python run_all.py -t -g ${{ matrix.compiler }} -c ${{ matrix.core }} -avh $AVH_FVP_PLUGINS/../bin
8383
8484
- name: Upload test report
85-
uses: actions/upload-artifact@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: test-cpp-report_${{ matrix.compiler }}_${{ matrix.core }}
8888
path: dsppp/${{ matrix.compiler }}_results/errors_${{ matrix.core }}.txt

.github/workflows/runneontest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
python ../processResult.py --noerr -e -f ../Output_f16.pickle -r result_f16.txt -html > result_f16.html
9999
100100
- name: Upload test report
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: neon-test-report
104104
path: |

.github/workflows/runtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
python runall.py -s -g ${{ matrix.compiler }} -avh $AVH_FVP_PLUGINS/../bin
7878
7979
- name: Upload test report
80-
uses: actions/upload-artifact@v6
80+
uses: actions/upload-artifact@v7
8181
with:
8282
name: test-report_${{ matrix.compiler }}
8383
path: Testing/cmsis_build/summary_${{ matrix.compiler }}.html

0 commit comments

Comments
 (0)