We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2177fd2 commit 5ee7575Copy full SHA for 5ee7575
.github/workflows/build-binary.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
POWERSHELL_TELEMETRY_OPTOUT: 1
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
@@ -44,7 +44,7 @@ jobs:
44
path: bin/x64/Debug
45
46
- name: Upload release version artifacts
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
49
name: elaphureLink_Windows_x64_release
50
path: bin/x64/Release
0 commit comments