@@ -26,10 +26,10 @@ jobs:
2626 needs : confirm-public-repo-master-branch
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : NPM install
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
3434 node-version : 16.x
3535
4343 run : npm run test
4444
4545 - name : Archive npm failure logs
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 if : failure()
4848 with :
4949 name : npm-logs
5757 - confirm-public-repo-master-branch
5858 steps :
5959 - name : Checkout development branch
60- uses : actions/checkout@v3
60+ uses : actions/checkout@v4
6161 with :
6262 repository : mparticle-integrations/mparticle-javascript-integration-google-analytics-4
6363 ref : development
8484
8585 steps :
8686 - name : Checkout public master branch
87- uses : actions/checkout@v3
87+ uses : actions/checkout@v4
8888 with :
8989 fetch-depth : 0
9090 ref : master
@@ -101,7 +101,7 @@ jobs:
101101 run : |
102102 git pull origin release/${{ github.run_number }}
103103 - name : Setup Node.js
104- uses : actions/setup-node@v3
104+ uses : actions/setup-node@v4
105105 with :
106106 node-version : 16.x
107107
@@ -118,7 +118,7 @@ jobs:
118118 npx semantic-release
119119
120120 - name : Archive npm failure logs
121- uses : actions/upload-artifact@v3
121+ uses : actions/upload-artifact@v4
122122 if : failure()
123123 with :
124124 name : npm-logs
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : Checkout master branch
138- uses : actions/checkout@v3
138+ uses : actions/checkout@v4
139139 with :
140140 fetch-depth : 0
141141 repository : ${{ github.repository }}
0 commit comments