Skip to content

Commit

Permalink
Update release.yml for latest version release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed May 7, 2024
1 parent fede9a8 commit 4dce674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
- name: Configure git identity
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install ZIP tools
run: sudo apt-get install zip unzip
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
path: backoffAlgorithm
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
ctest -E system --output-on-failure
cd ..
- name: Create artifact of ZIP
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
path: zip-check/backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
draft: false
prerelease: false
- name: Download ZIP artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
- name: Upload Release Asset
Expand Down

0 comments on commit 4dce674

Please sign in to comment.