Skip to content

Commit 09f329d

Browse files
authored
test: use eic/action-download-artifact@expiration
1 parent 831ddf0 commit 09f329d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-eic-shell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ jobs:
917917
max-parallel: 4
918918
steps:
919919
- name: Download docs artifact (other PRs)
920-
uses: dawidd6/action-download-artifact@v3
920+
uses: eic/action-download-artifact@expiration
921921
if: github.event.pull_request.number != matrix.pr
922922
with:
923923
commit: ${{ matrix.head_sha }}
@@ -934,7 +934,7 @@ jobs:
934934
path: publishing_docs/pr/${{ matrix.pr }}/
935935
- name: Download capybara artifact (other PRs)
936936
id: download_capybara
937-
uses: dawidd6/action-download-artifact@v3
937+
uses: eic/action-download-artifact@expiration
938938
if: github.event.pull_request.number != matrix.pr
939939
with:
940940
commit: ${{ matrix.head_sha }}

0 commit comments

Comments
 (0)