Skip to content

Commit

Permalink
Merge pull request #1 from max-ieremenko/build/fix-warns
Browse files Browse the repository at this point in the history
upgrade to actions/*@v4
  • Loading branch information
max-ieremenko authored Apr 13, 2024
2 parents 67c2b41 + 2ecd2f2 commit dfcfeef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
shell: pwsh
Expand All @@ -39,7 +39,7 @@ jobs:
run: .\build\build.ps1 CIBuild

- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
shell: pwsh
Expand Down

0 comments on commit dfcfeef

Please sign in to comment.