Skip to content

Commit e12dfb9

Browse files
committed
Fixing old version
1 parent 939b0e6 commit e12dfb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: ./Build.ps1
3535

3636
- name: Upload Website Artifact
37-
uses: actions/upload-artifact@v1
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: website
4040
path: artifacts/publish
4141

4242
- name: Upload Test Result Artifact
43-
uses: actions/upload-artifact@v1
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: test-results
4646
path: artifacts/TestResults

0 commit comments

Comments
 (0)