Skip to content

Commit

Permalink
Update actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 29, 2024
1 parent dc07582 commit a197e88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


build-deployment-package:
if: github.event_name == 'push'
needs: [docker-build]
Expand All @@ -98,7 +97,7 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3
- name: Archive deployment package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deployment-package
path: deploy_package

0 comments on commit a197e88

Please sign in to comment.