We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 955fcdb + cab543b commit d9146aeCopy full SHA for d9146ae
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
- openresty1.13
24
- lua51
25
steps:
26
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
27
- name: Build Container
28
run: docker-compose build ${{ matrix.variant }}
29
- name: Lint
@@ -37,7 +37,8 @@ jobs:
37
docker cp ${{ matrix.variant }}-test:/tmp/resty-auto-ssl-test /tmp/resty-auto-ssl-test
38
- name: Upload Artifacts
39
if: always()
40
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
41
with:
42
name: "${{ matrix.variant }}-logs"
43
path: /tmp/resty-auto-ssl-test
44
+ if-no-files-found: ignore
0 commit comments