diff --git a/.github/workflows/bluetooth-tests.yaml b/.github/workflows/bluetooth-tests.yaml index dc9ed5c08bf..d64a95e18ba 100644 --- a/.github/workflows/bluetooth-tests.yaml +++ b/.github/workflows/bluetooth-tests.yaml @@ -67,7 +67,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: bluetooth-test-results path: | @@ -76,7 +76,7 @@ jobs: - name: Upload Event Details if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: event path: | diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 327b59240b5..d076afa9161 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -118,7 +118,7 @@ jobs: - name: Upload Unit Test Results if: always() && steps.twister.outputs.report_needed != 0 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Unit Test Results (Subset ${{ matrix.platform }}) path: twister-out/twister.xml @@ -141,7 +141,7 @@ jobs: - name: Upload Unit Test Results in HTML if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: HTML Unit Test Results if-no-files-found: ignore diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 0e341097c95..45e136df739 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -94,7 +94,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Coverage Data (Subset ${{ matrix.platform }}) path: coverage/reports/${{ matrix.platform }}.info diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 62b773bf7d4..914271d6412 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -107,7 +107,7 @@ jobs: echo "Documentation will be available shortly at: ${DOC_URL}" >> $GITHUB_STEP_SUMMARY - name: upload-pr-number - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name == 'pull_request' with: name: pr_num diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index bce1fb666b1..3d14abed96a 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -15,7 +15,7 @@ jobs: with: directory-to-scan: 'scan/' - name: Artifact Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: scancode path: ./artifacts diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index c2e90e107cf..2deb17d949e 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -250,7 +250,7 @@ jobs: - name: Upload Unit Test Results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Unit Test Results (Subset ${{ matrix.subset }}) if-no-files-found: ignore @@ -280,7 +280,7 @@ jobs: - name: Upload Unit Test Results in HTML if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: HTML Unit Test Results if-no-files-found: ignore