Update upload artifact action to version 4

We were getting a warning with version 3:

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/upload-artifact@v3. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This commit is contained in:
Javi Martín
2024-03-02 00:50:25 +01:00
parent 1fe03937f9
commit acfaada82b

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