Skip to content

Commit

Permalink
Update functional_test_2.yml
Browse files Browse the repository at this point in the history
changed:
actions/upload-artifact@v2

to:
actions/upload-artifact@v4
  • Loading branch information
felicio93 committed Sep 3, 2024
1 parent 62cc754 commit e223d56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional_test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 'Upload test dem'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-dem-${{ matrix.python-version }}
path: /tmp/test_dem.tif
Expand All @@ -71,7 +71,7 @@ jobs:
run: source tests/cli/build_geom.sh

- name: 'Upload Geom build results'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: geom-build-results-${{ matrix.python-version }}
path: test_shape
Expand All @@ -82,7 +82,7 @@ jobs:
run: source tests/cli/build_hfun.sh

- name: 'Upload Hfun build results'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hfun-build-results-${{ matrix.python-version }}
path: test.2dm
Expand All @@ -93,7 +93,7 @@ jobs:
run: source tests/cli/remesh_by_dem.sh

- name: 'Upload remesh results'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: remesh-bydem-results-${{ matrix.python-version }}
path: remeshed.2dm
Expand Down

0 comments on commit e223d56

Please sign in to comment.