Skip to content

Commit efa6f6c

Browse files
chore(deps): update actions/download-artifact digest to f093f21 (#2160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7885d8 commit efa6f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # master
96+
- uses: actions/download-artifact@f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05 # master
9797
with:
9898
name: dist
9999
path: dist/
100100

101-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # master
101+
- uses: actions/download-artifact@f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05 # master
102102
with:
103103
name: node_modules
104104
path: ./
@@ -123,7 +123,7 @@ jobs:
123123

124124
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
125125

126-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # master
126+
- uses: actions/download-artifact@f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05 # master
127127
with:
128128
name: dist
129129
path: dist/

0 commit comments

Comments
 (0)