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 2 to 4.1.7 in /.github/workflows #1392

Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
needs: [build-linux, build-other]
steps:
- name: Get linux package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: conda-package
path: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
needs: [build-linux, build-other]
steps:
- name: Get packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
pattern: conda-package-*
path: package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conda_meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ref: ${{ github.event.client_payload.skare3_branch }}
path: skare3
- name: Get json files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: json-files
path: json
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
os: ["ubuntu", "macos", "windows"]
steps:
- name: Get yaml files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: conda-meta-yaml
path: pkg_defs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Update Conda Channel
steps:
- name: Get linux package
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
pattern: conda-package-*
path: package
Expand Down