From 2d23cc2a6721f14494a72ad258e070b5021d2e3f Mon Sep 17 00:00:00 2001 From: Peter Silva Date: Tue, 5 Nov 2024 23:59:58 -0500 Subject: [PATCH] got github notice about artifact@v3 being obsoleted --- .github/workflows/flow.yml | 2 +- .github/workflows/flow_amqp_consumer.yml | 2 +- .github/workflows/flow_basic.yml | 2 +- .github/workflows/flow_mqtt.yml | 2 +- .github/workflows/flow_redis.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flow.yml b/.github/workflows/flow.yml index 4d6d957b2..b05cdae60 100644 --- a/.github/workflows/flow.yml +++ b/.github/workflows/flow.yml @@ -81,7 +81,7 @@ jobs: - name: Save run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: sr3_${{ matrix.which_test }}_${{ matrix.osver }}_state_${{ github.sha }} diff --git a/.github/workflows/flow_amqp_consumer.yml b/.github/workflows/flow_amqp_consumer.yml index c476fae57..fb78499a0 100644 --- a/.github/workflows/flow_amqp_consumer.yml +++ b/.github/workflows/flow_amqp_consumer.yml @@ -74,7 +74,7 @@ jobs: - name: Save run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: sr3_${{ matrix.which_test }}_${{ matrix.osver }}_state_${{ github.sha }} diff --git a/.github/workflows/flow_basic.yml b/.github/workflows/flow_basic.yml index 62e7ccc1a..40aa272f0 100644 --- a/.github/workflows/flow_basic.yml +++ b/.github/workflows/flow_basic.yml @@ -43,7 +43,7 @@ jobs: # Enable tmate debugging of manually-triggered workflows if the input option was provided - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 + uses: mxschmitt/action-tmate@v4 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - name: Add and Remove configs, diff --git a/.github/workflows/flow_mqtt.yml b/.github/workflows/flow_mqtt.yml index cae6f69b7..62f555096 100644 --- a/.github/workflows/flow_mqtt.yml +++ b/.github/workflows/flow_mqtt.yml @@ -79,7 +79,7 @@ jobs: - name: Save run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: sr3_${{ matrix.which_test }}_${{ matrix.osver }}_state_${{ github.sha }} diff --git a/.github/workflows/flow_redis.yml b/.github/workflows/flow_redis.yml index 1cde2dadb..4b5feb094 100644 --- a/.github/workflows/flow_redis.yml +++ b/.github/workflows/flow_redis.yml @@ -80,7 +80,7 @@ jobs: - name: Save run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: sr3_${{ matrix.which_test }}_${{ matrix.osver }}_state_${{ github.sha }}