Skip to content

Commit 2cda1fd

Browse files
dependabot[bot]j-xiong
authored andcommitted
build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@604373d...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c23d9d commit 2cda1fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
--form description="`$PWD/install/bin/fi_info -l`" \
9595
https://scan.coverity.com/builds?project=ofiwg%2Flibfabric
9696
- name: Upload build logs
97-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
97+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
9898
with:
9999
name: coverity-build-log.txt
100100
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
73+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7474
with:
7575
name: ${{ matrix.os }}-${{ matrix.cc }}-config.log
7676
path: config.log
@@ -115,7 +115,7 @@ jobs:
115115
$PWD/install/bin/fi_info -c FI_HMEM
116116
- name: Upload build logs
117117
if: failure()
118-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
118+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
119119
with:
120120
name: hmem-config.log
121121
path: config.log
@@ -139,7 +139,7 @@ jobs:
139139
make -j2
140140
- name: Upload build logs
141141
if: failure()
142-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
142+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
143143
with:
144144
name: macos-config.log
145145
path: config.log

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
63+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6464
with:
6565
name: SARIF file
6666
path: results.sarif

0 commit comments

Comments
 (0)