diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index dee04b94c..86e2002ba 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -40,7 +40,7 @@ jobs: - name: Persist log files if: ${{ failure() }} - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: test_debugging_help path: tests @@ -69,7 +69,7 @@ jobs: - name: Persist log files if: ${{ failure() }} - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: test_debugging_help path: tests