Skip to content

Commit f5294cc

Browse files
authored
upgrade actions
1 parent c2b7cd6 commit f5294cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-2022
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Build and Test
@@ -30,7 +30,7 @@ jobs:
3030
run: ./Push.ps1
3131
shell: pwsh
3232
- name: Artifacts
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: artifacts
36-
path: artifacts/**/*
36+
path: artifacts/**/*

0 commit comments

Comments
 (0)