Skip to content

Commit 55a3b1c

Browse files
Update release.yml for latest version release (#160)
1 parent ba08615 commit 55a3b1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.inputs.commit_id }}
2222
- name: Configure git identity
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install ZIP tools
5454
run: sudo apt-get install zip unzip
5555
- name: Checkout code
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
ref: ${{ github.event.inputs.commit_id }}
5959
path: coreJSON
@@ -91,7 +91,7 @@ jobs:
9191
ctest -E system --output-on-failure
9292
cd ..
9393
- name: Create artifact of ZIP
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: coreJSON-${{ github.event.inputs.version_number }}.zip
9797
path: zip-check/coreJSON-${{ github.event.inputs.version_number }}.zip
@@ -124,7 +124,7 @@ jobs:
124124
draft: false
125125
prerelease: false
126126
- name: Download ZIP artifact
127-
uses: actions/download-artifact@v2
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: coreJSON-${{ github.event.inputs.version_number }}.zip
130130
- name: Upload Release Asset

0 commit comments

Comments
 (0)