Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 24e59af

Browse files
authored
fix[workflow]: bump
1 parent 2aa9891 commit 24e59af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4343

4444
- name: Artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: floorp-portable-windows-x86_64
4848
path: |
@@ -80,7 +80,7 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8181

8282
- name: Artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: floorp-portable-linux-x86_64
8686
path: |
@@ -128,7 +128,7 @@ jobs:
128128
ls
129129
130130
- name: Artifact
131-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v4
132132
with:
133133
name: floorp-portable-linux-aarch64
134134
path: |
@@ -142,19 +142,19 @@ jobs:
142142
environment: Release
143143

144144
steps:
145-
- uses: actions/download-artifact@v3
145+
- uses: actions/download-artifact@v4
146146
name: Download Windows x86_64 artifact 📥
147147
with:
148148
name: floorp-portable-windows-x86_64
149149
path: windows-x86_64-artifact
150150

151-
- uses: actions/download-artifact@v3
151+
- uses: actions/download-artifact@v4
152152
name: Download Linux x86_64 artifact 📥
153153
with:
154154
name: floorp-portable-linux-x86_64
155155
path: linux-x86_64-artifact
156156

157-
- uses: actions/download-artifact@v3
157+
- uses: actions/download-artifact@v4
158158
name: Download Linux aarch64 artifact 📥
159159
with:
160160
name: floorp-portable-linux-aarch64

0 commit comments

Comments
 (0)