Skip to content

Commit

Permalink
build: upgrade gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Dec 7, 2024
1 parent 593731e commit d607d77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
run: ${{ matrix.postinstall }}

- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: SDK cache
if: ${{ matrix.sdk }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
env:
cache-name: sdk
with:
Expand All @@ -139,7 +139,7 @@ jobs:
tar -C depends/SDKs -xzvf depends/sdk-sources/Xcode-${{ matrix.sdk }}-extracted-SDK-with-libcxx-headers.tar.gz
- name: Dependency cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
env:
cache-name: depends
with:
Expand All @@ -164,7 +164,7 @@ jobs:
run: make -C src check-symbols

- name: Upload artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: blackcoin-more-develop-${{ github.sha }}-${{ matrix.name }}
path: |
Expand Down

0 comments on commit d607d77

Please sign in to comment.