We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61388f commit 3e40e9eCopy full SHA for 3e40e9e
.github/workflows/release.yml
@@ -23,13 +23,13 @@ jobs:
23
run: zip -r invoiceninja.zip . -x '*.git*' assets/images/screenshot.png bump_version.sh .gitignore
24
25
- name: Upload app archive to workflow
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: InvoiceNinja
29
path: invoiceninja.zip
30
31
- name: Download artifacts
32
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
33
34
path: artifacts
35
0 commit comments