Skip to content

Commit c2b0430

Browse files
Juee Himalbhai Desaizachdworkin
authored andcommitted
[v1.21.x] .github/workflows: Update upload-artifacts version to v4
Dependabot is not enabled on 1.21.x branch. This commit updates the upload-artifact version to v4. Signed-off-by: Juee Himalbhai Desai <[email protected]>
1 parent bb9c9e2 commit c2b0430

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
--form description="`$PWD/install/bin/fi_info -l`" \
9191
https://scan.coverity.com/builds?project=ofiwg%2Flibfabric
9292
- name: Upload build logs
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: coverity-build-log.txt
9696
path: cov-int/build-log.txt

.github/workflows/pr-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
$PWD/install/bin/fi_info -l
7171
- name: Upload build logs
7272
if: failure()
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: ${{ matrix.os }}-${{ matrix.cc }}-config.log
7676
path: config.log
@@ -116,7 +116,7 @@ jobs:
116116
$PWD/install/bin/fi_info -c FI_HMEM
117117
- name: Upload build logs
118118
if: failure()
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: hmem-config.log
122122
path: config.log
@@ -140,7 +140,7 @@ jobs:
140140
make -j2
141141
- name: Upload build logs
142142
if: failure()
143-
uses: actions/upload-artifact@v3
143+
uses: actions/upload-artifact@v4
144144
with:
145145
name: macos-config.log
146146
path: config.log

0 commit comments

Comments
 (0)