Skip to content

Commit 6f25ca5

Browse files
authored
Merge pull request #18 from ashikkumar23/fix-upload-artifact-version
Fix the `upload-artifact` version
2 parents 7465141 + ec868e0 commit 6f25ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-html-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload html report as artifact
5959
- name: Upload HTML report
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: test-report
6363
path: tests/reports/test-report.html

0 commit comments

Comments
 (0)