Bump actions/upload-artifact version to v3
Cherry-picks 3343bf54f5.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
5fc2887448
commit
0314730ec2
4
.github/workflows/test-selenium.yml
vendored
4
.github/workflows/test-selenium.yml
vendored
@ -138,8 +138,8 @@ jobs:
|
||||
./test/stop-local-server
|
||||
|
||||
- name: Upload screenshots
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ success() || failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: selenium-screenshots
|
||||
path: ${{ github.workspace }}/build/selenium/**/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user