Skip to content

Commit

Permalink
CI: Bump actions/{checkout,upload-artifact} from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Mar 5, 2024
1 parent d8f3529 commit 4935ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- 1.24.x
- 1.25.x
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: make deps
- run: make build
- run: make test NGINX_VERSION=${{ matrix.nginx }}
- run: make lint

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# Run only in the first job.
if: strategy.job-index == 0
with:
Expand All @@ -37,7 +37,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: make deps

Expand Down

0 comments on commit 4935ddf

Please sign in to comment.