We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af58122 commit f64683fCopy full SHA for f64683f
.github/workflows/tests.yml
@@ -40,21 +40,21 @@ jobs:
40
addon_ref: ${{ env.GITHUB_REF }}
41
42
- name: Archive browser_output
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
with:
45
name: browser_output
46
path: |
47
web/sites/simpletest/browser_output
48
49
- name: Archive junits
50
51
52
name: junits
53
54
*.junit.xml
55
56
- name: Nightwatch reports
57
58
59
name: nightwatch
60
0 commit comments