Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3 to 4 #269

Closed
Closed
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
12 changes: 6 additions & 6 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand All @@ -208,7 +208,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand All @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
uses: actions/checkout@v4

- name: Install builder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: builder
path: .
Expand Down
Loading