Skip to content

Commit

Permalink
ci: fix test polkadot deps wf (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Jun 12, 2023
1 parent b166384 commit e9fb6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-polkadot-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: build-14.x
name: build-16.x
- name: unzip
run: unzip build.zip -d .

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: deps-14.x
name: deps-16.x
- name: set dependencies env
run: |
echo 'DEPS<<EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit e9fb6ee

Please sign in to comment.