Skip to content

Commit fd76d8c

Browse files
committed
chore: update artifact actions
1 parent 96b2318 commit fd76d8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-tauri.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ jobs:
109109
# Download-artifact cannot do a wildcard and if all are downloaded it can download the results from the electron stage
110110
# We could filter that but this is faster to avoid unneeded downloads.
111111
- name: Download Win
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: tauri-win
115115
path: artifacts/tauri-win
116116
- name: Download Mac
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: tauri-mac
120120
path: artifacts/tauri-mac
121121
- name: Download Linux
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: tauri-linux
125125
path: artifacts/tauri-linux

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Download artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
- name: Upload Release Assets
4646
id: upload-release-asset
4747
uses: softprops/[email protected]

0 commit comments

Comments
 (0)