Skip to content

Commit 3e40e9e

Browse files
authored
Update release.yml
Signed-off-by: Hillel Coren <hillelcoren@gmail.com>
1 parent a61388f commit 3e40e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
run: zip -r invoiceninja.zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore
2424

2525
- name: Upload app archive to workflow
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: InvoiceNinja
2929
path: invoiceninja.zip
3030

3131
- name: Download artifacts
32-
uses: actions/download-artifact@v3
32+
uses: actions/download-artifact@v4
3333
with:
3434
path: artifacts
3535

0 commit comments

Comments
 (0)