Skip to content

Commit 1e20986

Browse files
build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 (#1189)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455df82 commit 1e20986

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .github/workflows/integration_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
3939
# save kepler image
4040
- name: save Kepler image as artifact
41-
uses: actions/upload-artifact@v4.1.0
41+
uses: actions/upload-artifact@v4.2.0
4242
with:
4343
name: keplerlibbpf
4444
path: ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Save artifacts
105105
if: ${{ failure() }}
106-
uses: actions/upload-artifact@v4.1.0
106+
uses: actions/upload-artifact@v4.2.0
107107
with:
108108
name: artifacts
109109
path: ${{env.ARTIFACT_DIR}}

Diff for: .github/workflows/platform-validation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}
4444

4545
- name: Save Kepler image as artifact
46-
uses: actions/upload-artifact@v4.1.0
46+
uses: actions/upload-artifact@v4.2.0
4747
with:
4848
name: kepler
4949
path: ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}
@@ -71,7 +71,7 @@ jobs:
7171
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}
7272

7373
- name: Save kepler-validator test image as artifact
74-
uses: actions/upload-artifact@v4.1.0
74+
uses: actions/upload-artifact@v4.2.0
7575
with:
7676
name: validator
7777
path: ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Save artifacts
179179
if: ${{ failure() }}
180-
uses: actions/upload-artifact@v4.1.0
180+
uses: actions/upload-artifact@v4.2.0
181181
with:
182182
name: artifacts
183183
path: ${{env.ARTIFACT_DIR}}

Diff for: .github/workflows/rpm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo tar czvf /tmp/kepler.rpm.tar.gz RPMS/
3333
3434
- name: save Kepler image as artifact
35-
uses: actions/upload-artifact@v4.1.0
35+
uses: actions/upload-artifact@v4.2.0
3636
with:
3737
name: kepler_rpm
3838
path: /tmp/kepler.rpm.tar.gz

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252
# format to the repository Actions tab.
5353
- name: "Upload artifact"
54-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
54+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
5555
with:
5656
name: SARIF file
5757
path: scorecard-results.sarif

0 commit comments

Comments
 (0)