Skip to content

Commit

Permalink
update artifact upload action for deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Oct 3, 2024
1 parent 69c230e commit bede178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cp backend/dps_training_k/deployment/nginx/nginx_deploy_prod.conf deployment_files/nginx.conf
- name: Archive deployment files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deployment-files
path: deployment_files/

0 comments on commit bede178

Please sign in to comment.