-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
upload-artifact
, download-artifact
and checkout
versions.
- Loading branch information
1 parent
d4c8d3a
commit e60ce9d
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected] | ||
|
@@ -196,7 +196,7 @@ jobs: | |
if: matrix.build_testing == 'OFF' && matrix.build_type == 'Debug' | ||
# If we use the build with testing ON, we'd also need to copy over (and | ||
# install) the libtdms.so so use the OFF build for simplicity. | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: tdms_build_${{ matrix.os }} | ||
path: ${{ runner.workspace }}/build/tdms_build.tar | ||
|
@@ -232,7 +232,7 @@ jobs: | |
python3 -m pip install -r ${GITHUB_WORKSPACE}/tdms/tests/requirements.txt | ||
- name: Download build result | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: tdms_build_${{ matrix.os }} | ||
path: ${{ runner.workspace }} | ||
|
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