Skip to content

Commit a582565

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#32041)
Co-authored-by: chouetz <[email protected]>
1 parent c2f2842 commit a582565

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/cws-btfhub-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
inv -e security-agent.generate-btfhub-constants --archive-path=./dev/dist/archive --output-path=./"$ARTIFACT_NAME".json --force-refresh
9898
9999
- name: Upload artifact
100-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
100+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101101
with:
102102
name: ${{ steps.artifact-name.outputs.ARTIFACT_NAME }}
103103
path: ./${{ steps.artifact-name.outputs.ARTIFACT_NAME }}.json

.github/workflows/docs-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build documentation
5151
run: invoke docs.build
5252

53-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
53+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5454
with:
5555
name: documentation
5656
path: site

.github/workflows/serverless-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
./pkg/serverless/... | tee "$TEMP_RUNNER"/benchmark.log
4949
5050
- name: Upload result artifact
51-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5252
with:
5353
name: baseline.log
5454
path: ${{runner.temp}}/benchmark.log
@@ -87,7 +87,7 @@ jobs:
8787
./pkg/serverless/... | tee "$TEMP_RUNNER"/benchmark.log
8888
8989
- name: Upload result artifact
90-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
90+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
9191
with:
9292
name: current.log
9393
path: ${{runner.temp}}/benchmark.log

.github/workflows/serverless-binary-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
done
153153
154154
- name: Archive dependency graphs
155-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
155+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
156156
if: steps.should.outputs.should_run == 'true'
157157
with:
158158
name: dependency-graphs

.github/workflows/serverless-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Archive raw logs
8282
if: always()
83-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
83+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
8484
with:
8585
name: rawlogs-${{ matrix.suite }}-${{ matrix.architecture }}
8686
path: ${{ steps.rawlogs.outputs.dir }}

0 commit comments

Comments
 (0)