Skip to content

Commit f64683f

Browse files
authored
test: Bump upload-artifact to v4 (#57)
1 parent af58122 commit f64683f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ jobs:
4040
addon_ref: ${{ env.GITHUB_REF }}
4141

4242
- name: Archive browser_output
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: browser_output
4646
path: |
4747
web/sites/simpletest/browser_output
4848
4949
- name: Archive junits
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: junits
5353
path: |
5454
*.junit.xml
5555
5656
- name: Nightwatch reports
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: nightwatch
6060
path: |

0 commit comments

Comments
 (0)