Skip to content

Commit b585531

Browse files
committed
chore: update actions/download-artifact to latest version
1 parent 85ec899 commit b585531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 18.x
3636
- name: Download build artifacts
37-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
37+
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
3838
with:
3939
name: build-artifact
4040
path: dist
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: 18.x
5959
- name: Download build artifacts
60-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
60+
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
6161
with:
6262
name: build-artifact
6363
path: dist
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
python-version: 3.x
8181
- name: Download build artifacts
82-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
82+
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
8383
with:
8484
name: build-artifact
8585
path: dist
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
dotnet-version: 3.x
103103
- name: Download build artifacts
104-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
104+
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
105105
with:
106106
name: build-artifact
107107
path: dist
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
go-version: ^1.16.0
125125
- name: Download build artifacts
126-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
126+
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
127127
with:
128128
name: build-artifact
129129
path: dist

0 commit comments

Comments
 (0)