diff --git a/.github/workflows/lint_tests.yaml b/.github/workflows/lint_tests.yaml index 4bb22fa1..a9563e47 100644 --- a/.github/workflows/lint_tests.yaml +++ b/.github/workflows/lint_tests.yaml @@ -29,7 +29,7 @@ jobs: - name: Lint script files run: | script/mt lint - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} diff --git a/.github/workflows/linux_tests.yaml b/.github/workflows/linux_tests.yaml index 39c85b33..22dd1d89 100644 --- a/.github/workflows/linux_tests.yaml +++ b/.github/workflows/linux_tests.yaml @@ -49,7 +49,7 @@ jobs: run: | make uninstall - uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} @@ -106,7 +106,7 @@ jobs: run: | make uninstall - uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} @@ -163,7 +163,7 @@ jobs: run: | make uninstall - uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} @@ -217,7 +217,7 @@ jobs: run: | make uninstall - uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} @@ -276,7 +276,7 @@ jobs: run: | make uninstall - uses: codecov/codecov-action@v2 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} diff --git a/.github/workflows/windows_tests.yaml b/.github/workflows/windows_tests.yaml index 27684765..1c5ac6e6 100644 --- a/.github/workflows/windows_tests.yaml +++ b/.github/workflows/windows_tests.yaml @@ -96,7 +96,7 @@ jobs: - name: Uninstall Modules run: | & $env:CYGWIN_BASH -lc 'cd $(cygpath -u "$GITHUB_WORKSPACE") && make uninstall' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }} @@ -143,7 +143,7 @@ jobs: shell: msys2 {0} run: | make uninstall - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: testsuite-logs-${{ github.job }}