Skip to content

Commit 075e0d5

Browse files
committed
Update to GitHub actions v4
1 parent c85699b commit 075e0d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
5050
- name: upload THIRDPARTY file
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: THIRDPARTY
5454
path: /tmp/THIRDPARTY
@@ -108,7 +108,7 @@ jobs:
108108
cp -R target/splunk-kafka-connect*.jar /tmp
109109
110110
- name: Upload artifact
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: splunk-kafka-connector
114114
path: /tmp/splunk-kafka-connect*.jar
@@ -232,7 +232,7 @@ jobs:
232232
check-latest: true
233233

234234
- name: Download artifact
235-
uses: actions/download-artifact@v3
235+
uses: actions/download-artifact@v4
236236
with:
237237
name: splunk-kafka-connector
238238
path: /tmp
@@ -353,7 +353,7 @@ jobs:
353353
python test/lib/eventproducer_connector_upgrade.py 2000 --log-level=INFO
354354
# Check in splunk that we have recieved 2000 events for with ack and without ack tasks
355355
python test/lib/connector_upgrade.py --log-level=INFO
356-
- uses: actions/upload-artifact@v3
356+
- uses: actions/upload-artifact@v4
357357
if: failure()
358358
with:
359359
name: kafka-connect-logs-${{ matrix.kafka_version }}
@@ -375,7 +375,7 @@ jobs:
375375
echo "Running functional tests....."
376376
python -m pytest --log-level=INFO
377377
378-
- uses: actions/upload-artifact@v3
378+
- uses: actions/upload-artifact@v4
379379
if: failure()
380380
with:
381381
name: splunk-events-${{ matrix.kafka_version }}

0 commit comments

Comments
 (0)