Skip to content

Commit

Permalink
chore: update version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Oct 10, 2024
1 parent 13e3e16 commit 5ec7c04
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse_build_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
# path: build/installers/figma-linux_*.*
- name: Cache amd64 artifacts
id: cache-amd64-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: amd64
path: |
./release_notes
build/installers/*
build/installers/*
4 changes: 2 additions & 2 deletions .github/workflows/reuse_build_arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# path: build/installers/figma-linux_*.*
- name: Cache arm64v8 artifacts
id: cache-arm64v8-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: arm64
path: build/installers/*
path: build/installers/*
2 changes: 1 addition & 1 deletion .github/workflows/reuse_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Cache src
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repo
path: ./*
4 changes: 2 additions & 2 deletions .github/workflows/update_amd64_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Cache src
id: cache-src
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repo
path: ./*
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Cache amd64 artifacts
id: cache-amd64-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: amd64
path: build/installers/*
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Cache src
id: cache-src
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repo
path: ./*
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Cache arm64v8 artifacts
id: cache-arm64v8-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: arm64v8
path: build/installers/*
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Cache amd64 artifacts
id: cache-amd64-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: amd64
path: build/installers/*
Expand Down

0 comments on commit 5ec7c04

Please sign in to comment.