Skip to content
Snippets Groups Projects
Unverified Commit 83d3cd70 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov
Browse files

ci: update version of upload-artifact action

Fix the following warning:

NO_WRAP
    Node.js 12 actions are deprecated. For more information see:
    https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
    Please update the following actions to use Node.js 16: actions/upload-artifact
NO_WRAP

Fixes tarantool/tarantool-qa#280

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci

(cherry picked from commit 90feddff)
parent a5fe5c32
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ jobs:
with:
bot-token: ${{ secrets.VKTEAMS_BOT_TOKEN }}
- name: artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: ubuntu-jammy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment