Skip to content

Commit e69fbe6

Browse files
authored
Merge pull request #37 from sundermann/v21
V21
2 parents cb7fe87 + 2da7093 commit e69fbe6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
repository: awawa-dev/HyperHDR
30-
ref: v21.0.0.0beta2
30+
ref: v21.0.0.0
3131
path: hyperhdr-repo
3232
submodules: recursive
3333
fetch-depth: 0
@@ -111,7 +111,7 @@ jobs:
111111
find ./release
112112
113113
- name: Upload artifacts
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
115115
with:
116116
name: hyperhdr-build
117117
path: ${{ github.workspace }}/hyperhdr-repo/release/*
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
submodules: recursive
128128

129-
- uses: actions/download-artifact@v3
129+
- uses: actions/download-artifact@v4
130130
with:
131131
name: hyperhdr-build
132132
path: hyperhdr-build
@@ -196,7 +196,7 @@ jobs:
196196
- run: npm run gen-manifest
197197

198198
- name: Upload artifact
199-
uses: actions/upload-artifact@v3
199+
uses: actions/upload-artifact@v4
200200
with:
201201
name: hyperhdr-ipk
202202
path: |

appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"vendor": "webosbrew.org",
55
"title": "HyperHDR",
66
"icon": "assets/logo_small.png",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "HyperHDR loader",
55
"main": "frontend/index.js",
66
"moduledir": "frontend",

0 commit comments

Comments
 (0)