CI: updated to newer tool versions

This commit is contained in:
SChernykh
2024-01-26 15:31:52 +01:00
parent 08fb0ecb53
commit aacee86563
7 changed files with 56 additions and 56 deletions

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
@@ -18,7 +18,7 @@ jobs:
XZ_OPT=-e9 tar --exclude=".git" --exclude="build" -f build/p2pool_source.tar.xz -c ../p2pool --xz
- name: Archive source code
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: p2pool_source.tar.xz
path: build/p2pool_source.tar.xz