Skip to content

Commit 4548cf6

Browse files
Update actions/download-artifact digest to 2a59741
1 parent 5083f8c commit 4548cf6

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
@@ -105,12 +105,12 @@ jobs:
105105
with:
106106
node-version: ${{ matrix.node-version }}
107107

108-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
108+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
109109
with:
110110
name: dist
111111
path: dist/
112112

113-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
113+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
114114
with:
115115
name: node_modules
116116
path: ./
@@ -137,7 +137,7 @@ jobs:
137137

138138
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139139

140-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
140+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
141141
with:
142142
name: dist
143143
path: dist/

0 commit comments

Comments
 (0)