Skip to content

Commit 7fd57a6

Browse files
committed
Uses non-deprecated action
1 parent 599d9b5 commit 7fd57a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pwsh make.ps1
4242
- name: Package
4343
run: pwsh make.ps1 package
44-
- uses: actions/upload-artifact@v2
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: packages
4747
path: Package/Release/Packages

0 commit comments

Comments
 (0)