Skip to content

Commit 2e18552

Browse files
authored
Merge pull request #341 from pkgxdev/node24
update gha to node24
2 parents 72933d8 + 554b3a2 commit 2e18552

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
file: ${{ steps.dl.outputs.filename }}
122122
compression: ${{matrix.compression}}
123123

124-
- uses: actions/upload-artifact@v4
124+
- uses: actions/upload-artifact@v6
125125
with:
126126
path: ${{ steps.bottle.outputs.filename }}
127127
name: ${{ steps.bottle.outputs.name }}

download-build-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
id: prep
5757
shell: bash
5858

59-
- uses: actions/download-artifact@v4
59+
- uses: actions/download-artifact@v7
6060
id: download
6161
with:
6262
name: ${{ steps.prep.outputs.artifact-name }}

upload-build-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
id: tar
3434
shell: bash
3535

36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v6
3737
with:
3838
path: ${{ steps.tar.outputs.path }}
3939
name: ${{ steps.tar.outputs.name }}

0 commit comments

Comments
 (0)