Skip to content

Commit 5df4c89

Browse files
Updated version tag. (#159)
1 parent da6ca9e commit 5df4c89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@v2
166166
- name: Download executables (Ubuntu)
167-
uses: actions/download-artifact@v2
167+
uses: actions/download-artifact@v3
168168
with:
169169
name: cover-agent-ubuntu-22.04
170170
path: dist/ubuntu-22.04
171-
- uses: actions/download-artifact@v2
171+
- uses: actions/download-artifact@v3
172172
with:
173173
name: cover-agent-windows-latest
174174
path: dist/windows-latest
175-
- uses: actions/download-artifact@v2
175+
- uses: actions/download-artifact@v3
176176
with:
177177
name: cover-agent-macos-latest
178178
path: dist/macos-latest

.github/workflows/nightly_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Step 2: Download the artifact
6060
- name: Download artifact
61-
uses: actions/download-artifact@v2
61+
uses: actions/download-artifact@v3
6262
with:
6363
name: cover-agent
6464
path: dist/

0 commit comments

Comments
 (0)