diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 04bda3676..f8f7b016f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: check_name: Unit Test Results - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: test-logs path: ./logs @@ -139,7 +139,7 @@ jobs: check_name: Smoke Test Results - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: test-logs path: ./logs @@ -203,7 +203,7 @@ jobs: check_name: Performance Test Results - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: test-logs path: ./logs @@ -267,7 +267,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: test-logs path: ./logs