Skip to content

Commit d405bb9

Browse files
Update actions/download-artifact digest to 2a59741
1 parent 22bc4a8 commit d405bb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build and test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
- name: Setup Bun
109109
uses: oven-sh/setup-bun@v2
110110

111-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
111+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
112112
with:
113113
name: dist
114114
path: dist/
115115

116-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
116+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
117117
with:
118118
name: node_modules
119119
path: ./
@@ -140,7 +140,7 @@ jobs:
140140

141141
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
142142

143-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
143+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
144144
with:
145145
name: dist
146146
path: dist/

0 commit comments

Comments
 (0)