Skip to content

Commit a00426d

Browse files
dependabot[bot]JonatanAntoni
authored andcommitted
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1da2c5d commit a00426d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/corevalidation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Archive Test Reports
141141
if: ${{ !cancelled() && env.ARM_UBL_ACTIVATION_CODE }}
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: test-results-${{ matrix.compiler }}
145145
path: ./CMSIS/CoreValidation/Project/build/*.junit
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- name: Archive event file
152152
if: ${{ !cancelled() }}
153-
uses: actions/upload-artifact@v3
153+
uses: actions/upload-artifact@v4
154154
with:
155155
name: EventFile
156156
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)