summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-01-11 19:43:13 +0100
committerGravatar Nikias Bassen2023-01-11 19:43:13 +0100
commitaabdf1560c57bbcc0991d1fc6e4e86f1f7264ef5 (patch)
tree7b3ba43a1163e508727eb243ffc665ca468fca24 /.github
parent18d4f85a5fec9171a978d9d6317ea658a55648b6 (diff)
downloadlibplist-aabdf1560c57bbcc0991d1fc6e4e86f1f7264ef5.tar.gz
libplist-aabdf1560c57bbcc0991d1fc6e4e86f1f7264ef5.tar.bz2
[github-actions] build: Update checkout and upload-artifact to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 965551b..bf2d254 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
- name: prepare environment
run: |
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: autogen
@@ -36,7 +36,7 @@ jobs:
DESTDIR=`pwd`/dest make install
tar -C dest -cf libplist.tar usr
- name: publish artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: libplist-latest_${{env.target_triplet}}
path: libplist.tar
@@ -52,7 +52,7 @@ jobs:
fi
pip3 install cython
shell: bash
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: autogen
@@ -94,7 +94,7 @@ jobs:
DESTDIR=`pwd`/dest make install
tar -C dest -cf libplist.tar usr
- name: publish artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: libplist-latest_macOS
path: libplist.tar
@@ -131,7 +131,7 @@ jobs:
echo "dest=$dest" >> $GITHUB_ENV
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
git config --global core.autocrlf false
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: autogen
@@ -160,7 +160,7 @@ jobs:
DESTDIR=`pwd`/dest make install
tar -C dest -cf libplist.tar ${{ env.dest }}
- name: publish artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: libplist-latest_${{ matrix.arch }}-${{ env.dest }}
path: libplist.tar