Skip to content

Commit 78b191e

Browse files
Changes in publish report workflow
1 parent 62922f1 commit 78b191e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-report.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload Test Results
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: test-artifact
41+
name: my-artifact
4242
path: test-results/report
4343

4444
# Single deploy job since we're just deploying
@@ -50,14 +50,12 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Download artifacts
53-
uses: actions/download-artifact@v3
54-
with:
55-
name: test-artifact
53+
uses: actions/download-artifact@v4
5654

5755
- name: Upload Artifact
5856
uses: actions/upload-pages-artifact@v3
5957
with:
60-
path: test-results/report
58+
path: my-artifact
6159

6260
- name: Deploy to GitHub Pages
6361
id: deployment

0 commit comments

Comments
 (0)