Skip to content

Commit

Permalink
Bmup artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Sep 5, 2024
1 parent efbedb4 commit 6c0dc7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: pennlabs/penn-clubs-backend:latest,pennlabs/penn-clubs-backend:${{ github.sha }}
outputs: type=docker,dest=/tmp/image.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-backend
path: /tmp/image.tar
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: pennlabs/penn-clubs-frontend:latest,pennlabs/penn-clubs-frontend:${{ github.sha }}
outputs: type=docker,dest=/tmp/image.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-frontend
path: /tmp/image.tar
Expand All @@ -87,8 +87,8 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: geekyeggo/delete-artifact@v1
- uses: actions/download-artifact@v4
- uses: geekyeggo/delete-artifact@v5
with:
name: |-
build-backend
Expand Down

0 comments on commit 6c0dc7d

Please sign in to comment.