Skip to content

Commit

Permalink
chore(github): Update actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Sep 5, 2024
1 parent a3a3ef8 commit c336bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
EOF
- name: Upload Docker Compose File as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-compose-file
path: infrastructure/source_bundle/docker-compose.yml
Expand All @@ -229,7 +229,7 @@ jobs:
zip -r deploy.zip * .[^.]*
- name: Upload Zip File as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deploy-zip
path: infrastructure/source_bundle/deploy.zip
Expand Down

0 comments on commit c336bf4

Please sign in to comment.