]> wimlib.net Git - wimlib/commit
ci.yml: use actions/checkout@v4 and actions/upload-artifact@v4
authorEric Biggers <ebiggers3@gmail.com>
Wed, 7 Feb 2024 06:26:50 +0000 (22:26 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 7 Feb 2024 06:26:50 +0000 (22:26 -0800)
commit22a1e24e1128d4aff52ec778dfbf189475ecf074
tree8e7b672963048561ad1590b0a9c6eca03a0f655f
parent93c693e30df444e81ccd53e7b2d8cc87ee920192
ci.yml: use actions/checkout@v4 and actions/upload-artifact@v4

This addresses the following warnings from GitHub Actions:

    Node.js 16 actions are deprecated. Please update the following
    actions to use Node.js 20: actions/checkout@v3. For more information
    see:
    https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

    Node.js 16 actions are deprecated. Please update the following
    actions to use Node.js 20: actions/upload-artifact@v3. For more
    information see:
    https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

A near-identical warning forced everyone to upgrade to v3 last year, so
this is some pointless churn, but let's just get it over with again...
.github/workflows/ci.yml