Skip to content

Commit a197e88

Browse files
committed
Update actions/upload-artifact@v4
1 parent dc07582 commit a197e88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
tags: ${{ steps.meta.outputs.tags }}
9090
labels: ${{ steps.meta.outputs.labels }}
9191

92-
9392
build-deployment-package:
9493
if: github.event_name == 'push'
9594
needs: [docker-build]
@@ -98,7 +97,7 @@ jobs:
9897
- name: Checkout Code Repository
9998
uses: actions/checkout@v3
10099
- name: Archive deployment package
101-
uses: actions/upload-artifact@v2
100+
uses: actions/upload-artifact@v4
102101
with:
103102
name: deployment-package
104103
path: deploy_package

0 commit comments

Comments
 (0)