Skip to content

Commit f1db942

Browse files
authored
Upgrade github actions API (#26)
github actions API versions 1 and 2 are now deprecated. It doesn't seem that any of the upstream changes affect the script: there was no assumption of mutable artifacts or hidden files.
1 parent ce242e8 commit f1db942

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
mix desktop.installer
158158
159159
- name: Archive Installer
160-
uses: actions/upload-artifact@v2
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: Windows-Installer
163163
path: |
@@ -228,7 +228,7 @@ jobs:
228228
mix desktop.installer
229229
230230
- name: Archive MacOS Installer
231-
uses: actions/upload-artifact@v2
231+
uses: actions/upload-artifact@v4
232232
with:
233233
name: MacOS-Installer
234234
path: |
@@ -266,7 +266,7 @@ jobs:
266266
chmod +x $NAME
267267
268268
- name: Archive Installer
269-
uses: actions/upload-artifact@v2
269+
uses: actions/upload-artifact@v4
270270
with:
271271
name: Linux-Installer
272272
path: |

0 commit comments

Comments
 (0)