Skip to content

Commit e9c2e14

Browse files
chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 713d5aa commit e9c2e14

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/compatibility-e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
flags: ${{ matrix }}-compatibility-e2etests
182182

183183
- name: Upload Logs
184-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
184+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
185185
if: always()
186186
with:
187187
name: ${{ matrix.module }}-compatibility-e2e-tests-logs

.github/workflows/compatibility-e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
flags: e2etests
158158

159159
- name: Upload Logs
160-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
160+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
161161
if: always()
162162
with:
163163
name: ${{ matrix.module }}-e2e-tests-logs

.github/workflows/e2e-v1-nydus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
docker exec kind-control-plane journalctl -u kubelet >> $log_dir/kubelet.log
147147
148148
- name: Upload Logs
149-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
149+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
150150
if: always()
151151
with:
152152
name: nydus-e2e-tests-logs

.github/workflows/e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
flags: e2etests
197197

198198
- name: Upload Logs
199-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
199+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
200200
if: always()
201201
with:
202202
name: ${{ matrix.module }}-e2e-tests-logs

.github/workflows/e2e-v2-nydus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
done
170170
171171
- name: Upload Logs
172-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
172+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
173173
if: always()
174174
with:
175175
name: nydus-e2e-tests-logs

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
flags: e2etests
145145

146146
- name: Upload Logs
147-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
147+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
148148
if: always()
149149
with:
150150
name: ${{ matrix.module }}-e2e-tests-logs

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656
# format to the repository Actions tab.
5757
- name: "Upload artifact"
58-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
58+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5959
with:
6060
name: SARIF file
6161
path: results.sarif

0 commit comments

Comments
 (0)