Skip to content

Commit 5ef7605

Browse files
authored
Update main.yml
1 parent dcb1f34 commit 5ef7605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
os: [windows-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v4
1717
- name: Setup .NET 6.0
18-
uses: actions/setup-dotnet@v1.5.0
18+
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: '6.0.x'
2121
- name: Build
2222
run: pwsh make.ps1
2323
- name: Package
2424
run: pwsh make.ps1 package
25-
- uses: actions/upload-artifact@v3.0.0
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: packages
2828
path: Package/Release/Packages

0 commit comments

Comments
 (0)