We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939b0e6 commit e12dfb9Copy full SHA for e12dfb9
1 file changed
.github/workflows/main.yaml
@@ -34,13 +34,13 @@ jobs:
34
run: ./Build.ps1
35
36
- name: Upload Website Artifact
37
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
38
with:
39
name: website
40
path: artifacts/publish
41
42
- name: Upload Test Result Artifact
43
44
45
name: test-results
46
path: artifacts/TestResults
0 commit comments