Skip to content

Commit 3ab2f69

Browse files
committed
actions/upload-artifact@v4
1 parent 56cec5b commit 3ab2f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
python -m coverage html -i
109109
working-directory: stable-diffusion-webui
110110
- name: Upload main app output
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
if: always()
113113
with:
114114
name: output
115115
path: stable-diffusion-webui/output.txt
116116
- name: Upload coverage HTML
117-
uses: actions/upload-artifact@v3
117+
uses: actions/upload-artifact@v4
118118
if: always()
119119
with:
120120
name: htmlcov

0 commit comments

Comments
 (0)