Skip to content

Commit 79e6cf3

Browse files
Actions update
1 parent 543d221 commit 79e6cf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: deno task docs
5757

5858
- name: Artifact docs
59-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6060
with:
6161
name: docs
6262
path: docs
@@ -93,7 +93,7 @@ jobs:
9393
run: deno task npm dev
9494

9595
- name: Artifact NPM
96-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9797
with:
9898
name: npm-dev
9999
path: |
@@ -123,7 +123,7 @@ jobs:
123123
run: deno task npm prod
124124

125125
- name: Artifact NPM
126-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
127127
with:
128128
name: npm-prod
129129
path: |
@@ -159,7 +159,7 @@ jobs:
159159
node-version: ${{ matrix.node-version }}
160160

161161
- name: Artifact NPM
162-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
162+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163163
with:
164164
name: npm-dev
165165
path: npm
@@ -194,7 +194,7 @@ jobs:
194194
bun-version: ${{ matrix.bun-version }}
195195

196196
- name: Artifact NPM
197-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
197+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
198198
with:
199199
name: npm-dev
200200
path: npm

0 commit comments

Comments
 (0)