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 e342ac5 commit c51c47fCopy full SHA for c51c47f
.github/workflows/main.yml
@@ -134,7 +134,7 @@ jobs:
134
--include-underpth `
135
--zip-lib `
136
--zip "python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed.zip"
137
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
138
with:
139
name: python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed
140
path: ./*.zip
@@ -149,7 +149,7 @@ jobs:
149
steps:
150
- uses: actions/checkout@v4
151
- run: mkdir dist
152
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
153
154
path: ./dist
155
- run: ./deploy.sh ./dist/**/*.zip
0 commit comments