Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e-spin-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: spin-actions
path: dist/spin/push/
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: spin-actions
path: dist/spin/push/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-spin-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: setup-spin
path: dist/spin/setup/
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: setup-spin
path: dist/spin/setup/
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: setup-spin
path: dist/spin/setup/
Expand All @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v6

- name: Retrieve saved Github action
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: setup-spin
path: dist/spin/setup/
Expand Down
Loading