Skip to content

Commit 8847100

Browse files
JamieMcConnellKainosJamie McConnell
andauthored
Update Artifact from v3 to v4 (#60)
Co-authored-by: Jamie McConnell <[email protected]>
1 parent 7ff446e commit 8847100

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ccd-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: ./gradlew generateCCDConfig
2828
working-directory: build/branch
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4.6.0
3030
with:
3131
name: branch
3232
path: build/branch/build/definitions/NFD
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build
4444
run: ./gradlew generateCCDConfig
4545
working-directory: build/master
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4.6.0
4747
with:
4848
name: master
4949
path: build/master/build/definitions/NFD

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ You can add a report to a PR with CCD changes by adding:
152152
- uses: actions/setup-node@v3
153153
with:
154154
node-version: 16
155-
- uses: actions/download-artifact@v3
155+
- uses: actions/download-artifact@v4.1.7
156156
with:
157157
name: branch
158158
path: build/branch
159-
- uses: actions/download-artifact@v3
159+
- uses: actions/download-artifact@v4.1.7
160160
with:
161161
name: master
162162
path: build/master
@@ -202,7 +202,7 @@ You will need to add two steps to upload the CCD JSON definition artifacts to co
202202
- name: Build
203203
run: ./gradlew generateCCDConfig
204204
working-directory: build/branch
205-
- uses: actions/upload-artifact@v3
205+
- uses: actions/upload-artifact@v4.6.0
206206
with:
207207
name: branch
208208
path: build/branch/build/definitions/NFD
@@ -218,7 +218,7 @@ You will need to add two steps to upload the CCD JSON definition artifacts to co
218218
- name: Build
219219
run: ./gradlew generateCCDConfig
220220
working-directory: build/master
221-
- uses: actions/upload-artifact@v3
221+
- uses: actions/upload-artifact@v4.6.0
222222
with:
223223
name: master
224224
path: build/master/build/definitions/NFD
@@ -233,7 +233,7 @@ For a plain JSON repository this would look like:
233233
- uses: actions/checkout@v3
234234
with:
235235
path: build/branch
236-
- uses: actions/upload-artifact@v3
236+
- uses: actions/upload-artifact@v4.6.0
237237
with:
238238
name: branch
239239
path: build/branch/definitions/divorce/json
@@ -245,7 +245,7 @@ For a plain JSON repository this would look like:
245245
with:
246246
ref: master
247247
path: build/master
248-
- uses: actions/upload-artifact@v3
248+
- uses: actions/upload-artifact@v4.6.0
249249
with:
250250
name: master
251251
path: build/master/definitions/divorce/json

0 commit comments

Comments
 (0)