Skip to content

Commit 2ac7a62

Browse files
committed
[ci] update actions to v4
* See deprecation notice: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ * Let's update all `actions` packages to v4
1 parent 39ca346 commit 2ac7a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: '[Setup] Node'
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: 16
1616
- name: '[Setup] Dependencies'
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Unit tests results
2222
if: failure()
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: unit-tests-results
2626
path: .

0 commit comments

Comments
 (0)