[gha] update actions

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2024-04-27 13:49:48 +00:00
parent d4e3991257
commit ca3ac8c11d
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
7 changed files with 27 additions and 27 deletions

View file

@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -73,7 +73,7 @@ jobs:
run: cmake --build . --config Debug -- -m
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: i2pd-msvc
path: build/Debug/i2pd.*