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 27fcd3d commit 576fe71Copy full SHA for 576fe71
.github/workflows/make-releases.yml
@@ -94,7 +94,7 @@ jobs:
94
tar czf ngx_http_auth_jwt_module_libjwt_${{matrix.libjwt-version}}_nginx_${{matrix.nginx-version}}.tgz ngx_http_auth_jwt_module.so
95
96
- name: Upload build artifact
97
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
98
with:
99
if-no-files-found: error
100
name: ngx_http_auth_jwt_module_libjwt_${{matrix.libjwt-version}}_nginx_${{matrix.nginx-version}}.tgz
0 commit comments