Skip to content

Commit

Permalink
enabling upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 11, 2024
1 parent 8306e3c commit a4c4800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ls -a
- name: Upload to Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "QOpenHD"
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ls -a
- name: Upload to Github
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v4'
with:
name: "QOpenHD"
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml_non-working
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cd

- name: Upload to Github
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v4'
with:
name: "QOpenHD"
path: |
Expand Down

0 comments on commit a4c4800

Please sign in to comment.