Skip to content

Commit f647d4b

Browse files
jaissica12rmi22186
authored andcommitted
chore: SDKE-559 bump up upload-artifact version to v4 (#56)
1 parent e363c45 commit f647d4b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
node-version: [18.x, 20.x, 22.x, 24.x]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -37,7 +37,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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
@@ -94,7 +94,7 @@ jobs:
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

Comments
 (0)