We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62922f1 commit 78b191eCopy full SHA for 78b191e
.github/workflows/publish-report.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Upload Test Results
39
uses: actions/upload-artifact@v4
40
with:
41
- name: test-artifact
+ name: my-artifact
42
path: test-results/report
43
44
# Single deploy job since we're just deploying
@@ -50,14 +50,12 @@ jobs:
50
runs-on: ubuntu-latest
51
steps:
52
- name: Download artifacts
53
- uses: actions/download-artifact@v3
54
- with:
55
+ uses: actions/download-artifact@v4
56
57
- name: Upload Artifact
58
uses: actions/upload-pages-artifact@v3
59
60
- path: test-results/report
+ path: my-artifact
61
62
- name: Deploy to GitHub Pages
63
id: deployment
0 commit comments