We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831ddf0 commit 09f329dCopy full SHA for 09f329d
.github/workflows/linux-eic-shell.yml
@@ -917,7 +917,7 @@ jobs:
917
max-parallel: 4
918
steps:
919
- name: Download docs artifact (other PRs)
920
- uses: dawidd6/action-download-artifact@v3
+ uses: eic/action-download-artifact@expiration
921
if: github.event.pull_request.number != matrix.pr
922
with:
923
commit: ${{ matrix.head_sha }}
@@ -934,7 +934,7 @@ jobs:
934
path: publishing_docs/pr/${{ matrix.pr }}/
935
- name: Download capybara artifact (other PRs)
936
id: download_capybara
937
938
939
940
0 commit comments