From 0612ece782593e18302b015574bbc9df419df52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Misbach?= Date: Tue, 23 Apr 2024 19:53:30 +0200 Subject: [PATCH] [CI] Upgrade (upload|download)-artifact GH action to v4 (#653) --- .github/workflows/ci.yml | 2 +- .github/workflows/monitoring-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129f2d8092..77161faaa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: path: monitoring - name: Get uss_qualifier reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ./artifacts diff --git a/.github/workflows/monitoring-test.yml b/.github/workflows/monitoring-test.yml index 334f6edc35..2c91b75c3a 100644 --- a/.github/workflows/monitoring-test.yml +++ b/.github/workflows/monitoring-test.yml @@ -33,7 +33,7 @@ jobs: run: ${{ inputs.script }} - name: Save containers and tracer logs as artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: monitoring-test-${{ inputs.name }}-logs path: | @@ -41,7 +41,7 @@ jobs: monitoring/mock_uss/output - name: Save USS qualifier reports as artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: monitoring-test-${{ inputs.name }}-reports path: |