Skip to content

Commit 1ec4a8d

Browse files
Update release yml (#124)
* Update github actions from v3 to v4 * Update github actions from v2 to v4
1 parent 3705713 commit 1ec4a8d

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: Device-Shadow-for-AWS-IoT-embedded-sdk
@@ -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: Device-Shadow-for-AWS-IoT-embedded-sdk-${{ github.event.inputs.version_number }}.zip
9797
path: zip-check/Device-Shadow-for-AWS-IoT-embedded-sdk-${{ 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: Device-Shadow-for-AWS-IoT-embedded-sdk-${{ github.event.inputs.version_number }}.zip
130130
- name: Upload Release Asset

0 commit comments

Comments
 (0)