Skip to content

Commit fd2a415

Browse files
authored
Update release.yml file (#179)
1 parent 4e151f3 commit fd2a415

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
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: coreHTTP
@@ -90,7 +90,7 @@ jobs:
9090
ctest -E system --output-on-failure
9191
cd ..
9292
- name: Create artifact of ZIP
93-
uses: actions/upload-artifact@v2
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: coreHTTP-${{ github.event.inputs.version_number }}.zip
9696
path: zip-check/coreHTTP-${{ github.event.inputs.version_number }}.zip
@@ -123,7 +123,7 @@ jobs:
123123
draft: false
124124
prerelease: false
125125
- name: Download ZIP artifact
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v4
127127
with:
128128
name: coreHTTP-${{ github.event.inputs.version_number }}.zip
129129
- name: Upload Release Asset

0 commit comments

Comments
 (0)