Skip to content

Commit c2b7cd6

Browse files
authored
upgrade actions
1 parent ca3864d commit c2b7cd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-2022
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Build and Test
@@ -27,7 +27,7 @@ jobs:
2727
run: ./Push.ps1
2828
shell: pwsh
2929
- name: Artifacts
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: artifacts
33-
path: artifacts/**/*
33+
path: artifacts/**/*

0 commit comments

Comments
 (0)