Skip to content

Commit 5ec7c04

Browse files
committed
chore: update version of actions/upload-artifact
1 parent 13e3e16 commit 5ec7c04

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/reuse_build_amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
# path: build/installers/figma-linux_*.*
3333
- name: Cache amd64 artifacts
3434
id: cache-amd64-artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: amd64
3838
path: |
3939
./release_notes
40-
build/installers/*
40+
build/installers/*

.github/workflows/reuse_build_arm64v8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# path: build/installers/figma-linux_*.*
3838
- name: Cache arm64v8 artifacts
3939
id: cache-arm64v8-artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: arm64
43-
path: build/installers/*
43+
path: build/installers/*

.github/workflows/reuse_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Cache src
16-
uses: actions/upload-artifact@v3
16+
uses: actions/upload-artifact@v4
1717
with:
1818
name: repo
1919
path: ./*

.github/workflows/update_amd64_assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache src
1717
id: cache-src
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: repo
2121
path: ./*
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Cache amd64 artifacts
4848
id: cache-amd64-artifacts
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: amd64
5252
path: build/installers/*

.github/workflows/update_assets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache src
1717
id: cache-src
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: repo
2121
path: ./*
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Cache arm64v8 artifacts
5353
id: cache-arm64v8-artifacts
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: arm64v8
5757
path: build/installers/*
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Cache amd64 artifacts
117117
id: cache-amd64-artifacts
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: amd64
121121
path: build/installers/*

0 commit comments

Comments
 (0)