We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8ecae commit 7e5a86bCopy full SHA for 7e5a86b
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
35
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
36
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
38
with:
39
name: ${{ matrix.platform }}-distributables
40
path: dist/HttpToolkit-*
@@ -46,7 +46,7 @@ jobs:
46
needs: build
47
steps:
48
- name: Get all distributables
49
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
50
51
- name: Create Release
52
id: create_release
0 commit comments