Skip to content

Commit e2bde6b

Browse files
committed
ci: bump actions to Node 24 versions (checkout v6, artifacts v7/v8, gh-release v3)
1 parent 6f14c9e commit e2bde6b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
IDASDK: ${{ github.workspace }}/ida-sdk
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Setup IDA SDK
3535
shell: bash

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
IDASDK: ${{ github.workspace }}/ida-sdk
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141

4242
- name: Setup IDA SDK
4343
shell: bash
@@ -83,7 +83,7 @@ jobs:
8383
fi
8484
8585
- name: Upload artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: eject_idb-${{ matrix.platform }}
8989
path: eject_idb-${{ matrix.platform }}.zip
@@ -96,7 +96,7 @@ jobs:
9696
contents: write
9797
steps:
9898
- name: Download artifacts
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v8
100100
with:
101101
path: artifacts
102102

@@ -110,7 +110,7 @@ jobs:
110110
fi
111111
112112
- name: Create Release
113-
uses: softprops/action-gh-release@v2
113+
uses: softprops/action-gh-release@v3
114114
with:
115115
tag_name: ${{ steps.tag.outputs.tag }}
116116
name: Release ${{ steps.tag.outputs.tag }}

0 commit comments

Comments
 (0)