Skip to content

Commit 305908f

Browse files
authored
chore(ci): udpate artifact actions to v4 (ipfs#2292)
See ipfs/distributions#1112
1 parent bfe7e40 commit 305908f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Attach produced build to Github Action
4141
# only re-upload if we re-built
4242
if: steps.build-cache.outputs.cache-hit != 'true'
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: ipfs-webui_${{ github.sha }}-${{ runner.os }}-build
4646
path: build

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
ipfs dag export ${{ steps.ipfs.outputs.cid }} > ipfs-webui_${{ github.sha }}.car
8686
- name: Attach produced build to Github Action
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: ipfs-webui_${{ github.sha }}.car
9090
path: ipfs-webui_${{ github.sha }}.car
@@ -252,7 +252,7 @@ jobs:
252252
run: npm ci --prefer-offline --no-audit --progress=false
253253

254254
- name: Download CAR artifact
255-
uses: actions/download-artifact@v3
255+
uses: actions/download-artifact@v4
256256
with:
257257
name: ipfs-webui_${{ github.sha }}.car
258258

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Store Artifacts from Failed Tests
113113
if: failure()
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
115115
with:
116116
name: test-results
117117
path: test-results/

0 commit comments

Comments
 (0)