Skip to content

Commit df07993

Browse files
chore(deps): update actions/download-artifact digest to d3f86a1
1 parent 0d5c981 commit df07993

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
@@ -62,12 +62,12 @@ jobs:
6262
with:
6363
node-version: ${{ matrix.node-version }}
6464

65-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master
65+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master
6666
with:
6767
name: dist
6868
path: dist/
6969

70-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master
70+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master
7171
with:
7272
name: node_modules
7373
path: ./
@@ -88,7 +88,7 @@ jobs:
8888

8989
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090

91-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # master
91+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # master
9292
with:
9393
name: dist
9494
path: dist/

0 commit comments

Comments
 (0)