Merge pull request #5420 from consuldemocracy/update_upload_artifact_action_to_version_4

Update upload artifact action to version 4
This commit is contained in:
Javi Martín
2024-03-02 01:28:43 +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@v3 uses: actions/upload-artifact@v4
with: with:
name: screenshots name: screenshots
path: tmp/screenshots path: tmp/screenshots