Skip to content

Commit 5a39e1a

Browse files
committed
Fix workflow
1 parent 404eb4b commit 5a39e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: windows-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-dotnet@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-dotnet@v4
1313
with:
1414
dotnet-version: 6.0.x
1515

@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Upload
2727
if: github.event_name != 'pull_request'
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: yura
3131
path: publish

0 commit comments

Comments
 (0)