@@ -20,10 +20,10 @@ jobs:
2020 needs : confirm-public-repo-master-branch
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : NPM install
26- uses : actions/setup-node@v3
26+ uses : actions/setup-node@v4
2727 with :
2828 node-version : 18.x
2929
3737 run : npm run test
3838
3939 - name : Archive npm failure logs
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 if : failure()
4242 with :
4343 name : npm-logs
5151 - confirm-public-repo-master-branch
5252 steps :
5353 - name : Checkout development branch
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 with :
5656 repository : mparticle-integrations/mparticle-javascript-integration-facebook
5757 ref : development
7777
7878 steps :
7979 - name : Checkout public master branch
80- uses : actions/checkout@v3
80+ uses : actions/checkout@v4
8181 with :
8282 fetch-depth : 0
8383 ref : master
9494 run : |
9595 git pull origin release/${{ github.run_number }}
9696 - name : Setup Node.js
97- uses : actions/setup-node@v3
97+ uses : actions/setup-node@v4
9898 with :
9999 node-version : 18.x
100100
@@ -110,7 +110,7 @@ jobs:
110110 run : |
111111 npx semantic-release
112112 - name : Archive npm failure logs
113- uses : actions/upload-artifact@v3
113+ uses : actions/upload-artifact@v4
114114 if : failure()
115115 with :
116116 name : npm-logs
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 steps :
128128 - name : Checkout master branch
129- uses : actions/checkout@v3
129+ uses : actions/checkout@v4
130130 with :
131131 fetch-depth : 0
132132 repository : ${{ github.repository }}
0 commit comments