Skip to content

Commit d9146ae

Browse files
authored
Merge pull request #309 from petronetto/fix/upgrade-deprecated-github-actions
Upgrade deprecated GitHub Actions to v4
2 parents 955fcdb + cab543b commit d9146ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- openresty1.13
2424
- lua51
2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v4
2727
- name: Build Container
2828
run: docker-compose build ${{ matrix.variant }}
2929
- name: Lint
@@ -37,7 +37,8 @@ jobs:
3737
docker cp ${{ matrix.variant }}-test:/tmp/resty-auto-ssl-test /tmp/resty-auto-ssl-test
3838
- name: Upload Artifacts
3939
if: always()
40-
uses: actions/upload-artifact@v1
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: "${{ matrix.variant }}-logs"
4343
path: /tmp/resty-auto-ssl-test
44+
if-no-files-found: ignore

0 commit comments

Comments
 (0)