Skip to content

Commit f0b5862

Browse files
Update actions/download-artifact digest to 2a59741
1 parent ab50bd2 commit f0b5862

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
@@ -93,12 +93,12 @@ jobs:
9393
with:
9494
node-version: ${{ matrix.node-version }}
9595

96-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
96+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
9797
with:
9898
name: dist
9999
path: dist/
100100

101-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
101+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
102102
with:
103103
name: node_modules
104104
path: ./
@@ -123,7 +123,7 @@ jobs:
123123

124124
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125

126-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # master
126+
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
127127
with:
128128
name: dist
129129
path: dist/

0 commit comments

Comments
 (0)