Skip to content

Commit a90ac8e

Browse files
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#4522)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c01630 commit a90ac8e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/acceptance-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
egress-policy: audit
4646

4747
- name: Download Test Reports
48-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
48+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4949
with:
5050
pattern: Test Results (*)
5151
merge-multiple: true

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
egress-policy: audit
5858

5959
- name: Download Test Reports
60-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
60+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6161
with:
6262
pattern: Test Results (*)
6363
merge-multiple: true

.github/workflows/conformity-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: docker stop json-rpc-relay json-rpc-relay-ws
9393

9494
- name: Download openrpc.json artifact
95-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
95+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9696
with:
9797
name: openrpc
9898

.github/workflows/manual-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
egress-policy: audit
201201

202202
- name: Download Test Reports
203-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
203+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
204204
with:
205205
pattern: Test Results (*)
206206
merge-multiple: true

.github/workflows/openrpc-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
token: ${{ secrets.GH_ACCESS_TOKEN }}
6969

7070
- name: Download openrpc.json artifact
71-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
71+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7272
with:
7373
name: openrpc
7474
path: ./downloaded-artifacts/

0 commit comments

Comments
 (0)