Skip to content

Commit 7e5a86b

Browse files
committed
Update the download-artifact CI step to fix GHA warnings
1 parent 0c8ecae commit 7e5a86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
3535
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
3636

37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v3
3838
with:
3939
name: ${{ matrix.platform }}-distributables
4040
path: dist/HttpToolkit-*
@@ -46,7 +46,7 @@ jobs:
4646
needs: build
4747
steps:
4848
- name: Get all distributables
49-
uses: actions/download-artifact@v2
49+
uses: actions/download-artifact@v3
5050

5151
- name: Create Release
5252
id: create_release

0 commit comments

Comments
 (0)