Skip to content

Commit

Permalink
devops: upgrade download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksu978 committed Feb 9, 2025
1 parent cb0cb12 commit f70e640
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Maven Verify
- name: Maven Verify
run: mvn -B verify -DJAR_FILENAME=${{ env.JAR_FILENAME }}

# Dump GitHub Context
- name: Dump GitHub Context
env:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
role-session-name: github-runner-build-and-deploy
aws-region: us-east-1

# Login to Amazon ECR Public
- name: Login to Amazon ECR Public
id: login-ecr-public
Expand All @@ -76,7 +76,7 @@ jobs:

# Download Artifact
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: .
Expand Down Expand Up @@ -114,4 +114,3 @@ jobs:
pwd
sudo systemctl restart ${{ env.SYSTEMD_SERVICE_NAME }}

0 comments on commit f70e640

Please sign in to comment.