Skip to content

Commit

Permalink
Merge pull request #75 from mit-jp/timeslices-data-upload
Browse files Browse the repository at this point in the history
update upload and download artifact to v4
  • Loading branch information
ethanrdsch authored Jan 29, 2025
2 parents 02cfc50 + 6516fd8 commit e69d164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tar -cvf backend.tar climate_risk_map migrations
working-directory: backend

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: backend
path: backend/backend.tar
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: yarn test
working-directory: frontend

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: frontend
path: frontend/build
Expand All @@ -130,7 +130,7 @@ jobs:
needs: [build-backend, build-frontend]
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
needs: [build-backend, build-frontend]
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: ${{ github.sha }}

Expand Down

0 comments on commit e69d164

Please sign in to comment.