aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 13:47:01 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 13:47:01 +0100
commit24c92096a5e4109614cda88ac3d3829ce277d935 (patch)
tree24a405713dcbebc151723723a3ea1dad79d620c4
parentMakefile: upgrade default Boost version (diff)
downloadwinapi-debug-master.tar.gz
winapi-debug-master.zip
workflows/ci: upgrade actionsHEADmaster
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c06fea0..23355be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: recursive
- name: Run clang-format
@@ -43,16 +43,16 @@ jobs:
BOOST_VERSION: '${{ matrix.boost-version }}'
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache Boost
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: './build/boost_*.tar.gz'
key: 'boost_${{ env.BOOST_VERSION }}'
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Set up MinGW
@@ -65,7 +65,7 @@ jobs:
- name: Build
run: make install
- name: Upload binaries
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: 'winapi-debug-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}'
path: './build/install/'