Skip to content

Commit d4eb655

Browse files
committed
chore: Updated workflow.
1 parent e1314f1 commit d4eb655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
- name: Build (Apple Silicon)
6161
run: make build ARCH=aarch64-apple-darwin
6262
- name: Save artifacts (Intel)
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: x86_64-apple-darwin
6666
path: ./dist/x86_64-apple-darwin/alfred-chrome.alfredworkflow
6767
- name: Save artifacts (Apple Silicon)
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: aarch64-apple-darwin
7171
path: ./dist/aarch64-apple-darwin/alfred-chrome.alfredworkflow
@@ -77,7 +77,7 @@ jobs:
7777
- name: Checkout
7878
uses: actions/checkout@v3
7979
- name: Download artifacts
80-
uses: actions/download-artifact@v2
80+
uses: actions/download-artifact@v4
8181
with:
8282
path: artifacts
8383
- name: Create release

0 commit comments

Comments
 (0)