Skip to content

Commit

Permalink
Update groestlcoin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 12, 2024
1 parent 9ce20a6 commit 21d3636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/groestlcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: ${{ matrix.postinstall }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: SDK cache
if: ${{ matrix.sdk }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: make -C src check-symbols

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: groestlcoin-${{ github.sha }}-${{ matrix.name }}
path: |
Expand All @@ -208,6 +208,6 @@ jobs:
retention-days: 7

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: groestlcoin-${{ github.sha }}-${{ matrix.name }}

0 comments on commit 21d3636

Please sign in to comment.