-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-4.5.0' into trunk-minor
- Loading branch information
Showing
16 changed files
with
42 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,29 +107,29 @@ env: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
retention-days: 7 | ||
<% endset %> | ||
<% set download_build_steps %> | ||
- name: Download build | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
run: << tar_command >> -xvf build.tar | ||
<% endset %> | ||
<% set download_install_steps %> | ||
- name: Download install | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -211,7 +211,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].3 | ||
uses: glotzerlab/jetstream2-admin/[email protected].4 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].3 | ||
uses: glotzerlab/jetstream2-admin/[email protected].4 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
@@ -145,13 +145,13 @@ jobs: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -196,7 +196,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -257,7 +257,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
|
@@ -307,7 +307,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -425,13 +425,13 @@ jobs: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -485,7 +485,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -555,7 +555,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.2 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
Joshua A. Anderson <[email protected]> Joshua Anderson <[email protected]> | ||
Joshua A. Anderson <[email protected]> joaander <[email protected]> | ||
Joshua A. Anderson <[email protected]> test <test> | ||
|
@@ -144,6 +145,7 @@ Sophie YouJung Lee <[email protected]> Sophie YJL <[email protected]> | |
Yuan Zhou <[email protected]> yuanzhou0827 <[email protected]> | ||
Yuan Zhou <[email protected]> yuanzhou <[email protected]> | ||
Tobias Dwyer <[email protected]> Tobias-Dwyer <[email protected]> | ||
Tobias Dwyer <[email protected]> Tobias-Dwyer <[email protected]> | ||
Sophie YouJung Lee <[email protected]> SophieYJL <[email protected]> | ||
Sophie YouJung Lee <[email protected]> Sophie Youjung Lee <[email protected]> | ||
Jakin B. Delony <[email protected]> jbdelony <[email protected]> | ||
|
@@ -177,3 +179,4 @@ Alex Lee <[email protected]> shihkual <[email protected]> | |
Simone Ciarella <[email protected]> Ciarella, S <[email protected]> | ||
Simone Ciarella <[email protected]> SCiarella <[email protected]> | ||
Simone Ciarella <[email protected]> SCiarella <[email protected]> | ||
Kieran Nehil-Puleo <[email protected]> kierannp <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tutorial
updated
5 files