File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 # Ensure npm 11.5.1 or later for trusted publishing support
3434 - name : Update npm
3535 run : npm install -g npm@latest
36- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
36+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
3737 with :
3838 name : node-tgzs
3939 path : build/
@@ -113,7 +113,7 @@ jobs:
113113 - ghcr.io
114114 steps :
115115 - name : Download digests
116- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
116+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
117117 with :
118118 path : ${{ runner.temp }}/digests
119119 pattern : digest-*
Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ jobs:
8181 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
8282 with :
8383 node-version : " 18.x"
84- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
84+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
8585 with :
8686 name : nodeenv-docker-image
8787 path : build/
88- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
88+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
8989 with :
9090 name : node-tgzs
9191 path : build/
You can’t perform that action at this time.
0 commit comments