Skip to content

Commit

Permalink
Update the github workflows to latest upload artifats action
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Sep 16, 2024
1 parent 4ca5f58 commit 2c91dfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_isis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: build_isis
run: ./.github/workflows/build_isis.sh
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ASP-dependencies-${{ runner.os }}
path: ~/work/StereoPipeline/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Build and test ASP
run: ./.github/workflows/build_test.sh
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: StereoPipeline-${{ runner.os }}
path: ~/work/StereoPipeline/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# produced in this session. Can be later downloaded manually and saved to a
# permanent location.
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ASP-dependencies-${{ runner.os }}
path: ~/work/StereoPipeline/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssh_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# produced in this session. Can be later downloaded manually and saved to a
# permanent location.
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ASP-dependencies-${{ runner.os }}
path: ~/work/StereoPipeline/packages
Expand Down

0 comments on commit 2c91dfb

Please sign in to comment.