Skip to content

Commit dd1bf13

Browse files
authored
use upload-artifact@v4, so it's using Node.js 20
1 parent 6e1562e commit dd1bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
${{ steps.package-prefix-arg.outputs.prefix-arg }} \
110110
${{ steps.ignore-bundles-arg.outputs.ignore-bundles }}
111111
- name: Archive bundles
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: bundles
115115
path: ${{ github.workspace }}/bundles/

0 commit comments

Comments
 (0)