Skip to content

Commit 0e5e387

Browse files
chore(deps): update actions/download-artifact digest to 7fba951 (#2029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd12e31 commit 0e5e387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build and test.yml

+3-3
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@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
65+
- uses: actions/download-artifact@7fba95161a0924506ed1ae69cdbae8371ee00b3f # master
6666
with:
6767
name: dist
6868
path: dist/
6969

70-
- uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
70+
- uses: actions/download-artifact@7fba95161a0924506ed1ae69cdbae8371ee00b3f # 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@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
91+
- uses: actions/download-artifact@7fba95161a0924506ed1ae69cdbae8371ee00b3f # master
9292
with:
9393
name: dist
9494
path: dist/

0 commit comments

Comments
 (0)