File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ jobs:
8787 make docker-splunk-tail-logs-count COUNT=1000 > splunk-logs.log
8888
8989 - name : Store playwright-report
90- uses : actions/upload-artifact@v3
90+ uses : actions/upload-artifact@v4
9191 if : always()
9292 with :
9393 name : playwright-report
9494 path : playwright-report/
9595 retention-days : 30
9696
9797 - name : Store playwright-screenshots
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 if : always()
100100 with :
101101 name : playwright-screenshots
102102 path : playwright-screenshots/
103103 retention-days : 30
104104
105105 - name : Store splunk-logs
106- uses : actions/upload-artifact@v3
106+ uses : actions/upload-artifact@v4
107107 if : always()
108108 with :
109109 name : splunk-logs.log
Original file line number Diff line number Diff line change 2121 - name : Setup python
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.8'
25- cache : ' pip'
24+ python-version : " 3.8"
25+ cache : " pip"
2626
2727 - name : Install dependencies
2828 run : |
@@ -42,15 +42,15 @@ jobs:
4242 --release release
4343
4444 - name : Store Release Folder
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 if : always()
4747 with :
4848 name : release
4949 path : release
5050 retention-days : 30
5151
5252 - name : Store Output Folder
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 if : always()
5555 with :
5656 name : output
Original file line number Diff line number Diff line change 55 "id": {
66 "group": null,
77 "name": "TA_dataset",
8- "version": "2.0.74 -SNAPSHOT"
8+ "version": "2.0.75 -SNAPSHOT"
99 },
1010 "author": [
1111 {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build = 1
66
77[launcher]
88author = SentinelOne
9- version = 2.0.74 -SNAPSHOT
9+ version = 2.0.75 -SNAPSHOT
1010description = The Singularity Data Lake Add-On for Splunk integrates SentinelOne's Data Lake or DataSet
1111
1212[ui]
@@ -23,4 +23,4 @@ reload.passwords = simple
2323
2424[id]
2525name = TA_dataset
26- version = 2.0.74 -SNAPSHOT
26+ version = 2.0.75 -SNAPSHOT
Original file line number Diff line number Diff line change 22 "meta" : {
33 "name" : " TA_dataset" ,
44 "displayName" : " Singularity Data Lake Add-On for Splunk" ,
5- "version" : " 2.0.74 -SNAPSHOT" ,
5+ "version" : " 2.0.75 -SNAPSHOT" ,
66 "restRoot" : " TA_dataset" ,
77 "schemaVersion" : " 0.0.7" ,
88 "_uccVersion" : " 5.47.0"
You can’t perform that action at this time.
0 commit comments