Skip to content

Commit

Permalink
Исправил на последние версии
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Apr 29, 2024
1 parent e4ef81a commit 374373d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4.1.4
name: Checkout Code

- name: Setup MSBuild
Expand All @@ -71,7 +71,7 @@ jobs:
run: rm Resources/bot.txt

- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.3.3
with:
name: Published APP
path: bin\Release\Publish

0 comments on commit 374373d

Please sign in to comment.