Skip to content

Commit

Permalink
upgrade to actions/*@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Mar 2, 2024
1 parent 050ec08 commit df1a421
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: ubuntu-latest

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

- name: Install dependencies
shell: pwsh
Expand All @@ -39,7 +39,7 @@ jobs:
run: ./Build/build-ci.ps1 "${{ secrets.GITHUB_TOKEN }}"

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout4

- name: Install dependencies
shell: pwsh
Expand Down

0 comments on commit df1a421

Please sign in to comment.