Skip to content

Commit 78b47ea

Browse files
committed
upgrade to actions/*@v4
1 parent 76d3c34 commit 78b47ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Install dependencies
2626
shell: pwsh
@@ -35,7 +35,7 @@ jobs:
3535
run: ./Build/build.ps1 -Mode "github" -GithubToken "${{ secrets.GITHUB_TOKEN }}"
3636

3737
- name: Artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: packages
4141
path: |

0 commit comments

Comments
 (0)