File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 97
97
inv -e security-agent.generate-btfhub-constants --archive-path=./dev/dist/archive --output-path=./"$ARTIFACT_NAME".json --force-refresh
98
98
99
99
- name : Upload artifact
100
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
100
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101
101
with :
102
102
name : ${{ steps.artifact-name.outputs.ARTIFACT_NAME }}
103
103
path : ./${{ steps.artifact-name.outputs.ARTIFACT_NAME }}.json
Original file line number Diff line number Diff line change 50
50
- name : Build documentation
51
51
run : invoke docs.build
52
52
53
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
53
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
54
54
with :
55
55
name : documentation
56
56
path : site
Original file line number Diff line number Diff line change 48
48
./pkg/serverless/... | tee "$TEMP_RUNNER"/benchmark.log
49
49
50
50
- name : Upload result artifact
51
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52
52
with :
53
53
name : baseline.log
54
54
path : ${{runner.temp}}/benchmark.log
87
87
./pkg/serverless/... | tee "$TEMP_RUNNER"/benchmark.log
88
88
89
89
- name : Upload result artifact
90
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
90
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
91
91
with :
92
92
name : current.log
93
93
path : ${{runner.temp}}/benchmark.log
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
done
153
153
154
154
- name : Archive dependency graphs
155
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
155
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
156
156
if : steps.should.outputs.should_run == 'true'
157
157
with :
158
158
name : dependency-graphs
Original file line number Diff line number Diff line change 80
80
81
81
- name : Archive raw logs
82
82
if : always()
83
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
83
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84
84
with :
85
85
name : rawlogs-${{ matrix.suite }}-${{ matrix.architecture }}
86
86
path : ${{ steps.rawlogs.outputs.dir }}
You can’t perform that action at this time.
0 commit comments