diff options
| author | 2026-05-23 00:52:53 +0200 | |
|---|---|---|
| committer | 2026-05-23 00:52:53 +0200 | |
| commit | 32428abacb909988e8e960a8845a6430b17b6a60 (patch) | |
| tree | cf1d49ba8560c9c2458a1f35bc191ede793347c5 /.github | |
| parent | bd851a87ec93db2516455e982f121389a86fc0f7 (diff) | |
| download | libplist-32428abacb909988e8e960a8845a6430b17b6a60.tar.gz libplist-32428abacb909988e8e960a8845a6430b17b6a60.tar.bz2 | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 233a584..54273b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: prepare environment run: | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: autogen @@ -37,7 +37,7 @@ jobs: DESTDIR=`pwd`/dest make install tar -C dest -cf libplist.tar usr - name: publish artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: libplist-latest_${{env.target_triplet}} path: libplist.tar @@ -53,7 +53,7 @@ jobs: fi pip3 install --break-system-packages cython shell: bash - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: autogen @@ -92,7 +92,7 @@ jobs: DESTDIR=`pwd`/dest make install tar -C dest -cf libplist.tar usr - name: publish artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 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@v4 + - uses: actions/checkout@v6 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@v4 + uses: actions/upload-artifact@v6 with: name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} path: libplist.tar |
