Skip to content

Commit 68e6774

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#1001)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c90f94 commit 68e6774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
chmod +x ./scripts/install_binaryen.sh
7070
./scripts/install_binaryen.sh
7171
- name: Download Deploy Script
72-
uses: actions/download-artifact@v5
72+
uses: actions/download-artifact@v6
7373
with:
7474
name: deploy
7575
path: "./"
@@ -108,7 +108,7 @@ jobs:
108108
token: ${{ secrets.CI_PAT }}
109109

110110
- name: Download Schemas
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
name: temp-schemas
114114
path: "packages/schema-parser/schema"
@@ -164,7 +164,7 @@ jobs:
164164
echo "Wait complete, proceeding with Armor workflow trigger"
165165
166166
- name: Download version-map
167-
uses: actions/download-artifact@v5
167+
uses: actions/download-artifact@v6
168168
with:
169169
name: contracts
170170
path: "artifacts"

0 commit comments

Comments
 (0)