Merge pull request #5411 from consuldemocracy/update_upload_artifact_action

Update upload artifact action to version 3
This commit is contained in:
Javi Martín
2024-03-01 23:44:55 +01:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ jobs:
parallel: true parallel: true
- name: Upload screenshots - name: Upload screenshots
if: failure() if: failure()
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: screenshots name: screenshots
path: tmp/screenshots path: tmp/screenshots