@@ -15,12 +15,12 @@ jobs:
1515 outputs :
1616 packageVersion : ${{ steps.package_version_step.outputs.packageVersion }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : ' 0'
21- - uses : actions/setup-node@v3
21+ - uses : actions/setup-node@v4
2222 with :
23- node-version : 18 .x
23+ node-version : 20 .x
2424 cache : " npm"
2525 - name : Set package version
2626 id : package_version_step
@@ -38,16 +38,16 @@ jobs:
3838 env :
3939 VERSION : ${{ needs.package-version.outputs.packageVersion }}
4040 steps :
41- - uses : actions/download-artifact@v4.1.7
41+ - uses : actions/download-artifact@v4
4242 with :
4343 name : mediateur-package
4444 - name : Unpack artifact
4545 run : |
4646 tar zxvf mediateur-0.0.0.tgz
4747 mv ./package/* ./
48- - uses : actions/setup-node@v3
48+ - uses : actions/setup-node@v4
4949 with :
50- node-version : 18 .x
50+ node-version : 20 .x
5151 registry-url : ' https://registry.npmjs.org'
5252 - name : Set version in package.json
5353 run : |
6767 env :
6868 VERSION : ${{ needs.package-version.outputs.packageVersion }}
6969 steps :
70- - uses : actions/checkout@v3
70+ - uses : actions/checkout@v4
7171 - name : Push tag
7272 id : tag_version
7373 uses : mathieudutour/github-tag-action@v6.1
@@ -90,16 +90,16 @@ jobs:
9090 env :
9191 VERSION : ${{ needs.package-version.outputs.packageVersion }}
9292 steps :
93- - uses : actions/download-artifact@v4.1.7
93+ - uses : actions/download-artifact@v4
9494 with :
9595 name : mediateur-package
9696 - name : Unpack artifact
9797 run : |
9898 tar zxvf mediateur-0.0.0.tgz
9999 mv ./package/* ./
100- - uses : actions/setup-node@v3
100+ - uses : actions/setup-node@v4
101101 with :
102- node-version : 18 .x
102+ node-version : 20 .x
103103 registry-url : ' https://registry.npmjs.org'
104104 - name : Set version in package.json
105105 run : |
0 commit comments