Skip to content

Commit a51ed48

Browse files
authored
Merge pull request #173 from stackhpc/upload-artifact-v4
Switch to upload-artifact@v4
2 parents 2d269a0 + 945c8fd commit a51ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
report_paths: '**/tests/output/*/*.xml'
7373

7474
- name: Upload HTML report
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: coverage-html
7878
path: ansible_collections/stackhpc/cephadm/tests/output/reports/coverage/

0 commit comments

Comments
 (0)