Skip to content

Commit b78943e

Browse files
chris124567ChrisSchinnerl
authored andcommitted
update action to use newer Node
1 parent 0c3739d commit b78943e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/fuzzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: read
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
repository: SiaFoundation/fuzz
1818
token: ${{ secrets.FOUNDATION_READ_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run
2626
run: ./fuzzer fuzz
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
# Name of the artifact to upload.
3030
# Optional. Default is 'artifact'

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- name: Configure Git

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
prepare-release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- name: Configure Git

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
network: [zen]
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4.2.2
28+
uses: actions/checkout@v5
2929
- name: Setup Go
3030
uses: actions/setup-go@v5
3131
- name: Sync

0 commit comments

Comments
 (0)