diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 5ab36cb50..1a3438d66 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -124,7 +124,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed @@ -183,7 +183,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed diff --git a/.github/workflows/single.yml b/.github/workflows/single.yml index c113ef1c0..1e37b8e1a 100644 --- a/.github/workflows/single.yml +++ b/.github/workflows/single.yml @@ -66,7 +66,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed