Skip to content

Commit

Permalink
ci: bump actions to v4 in reusable_test.yml
Browse files Browse the repository at this point in the history
Bump version of the `actions/checkout` and `actions/download-artifact`
actions to v4 for fixing the following GitHub warning:

    Node.js 16 actions are deprecated.
    Please update the following actions to use Node.js 20
  • Loading branch information
ylobankov authored and DifferentialOrange committed Mar 14, 2024
1 parent 781f3c4 commit 8237ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Clone the crud module
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/crud

- name: Download the Tarantool build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact_name }}

Expand Down

0 comments on commit 8237ebd

Please sign in to comment.