We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93db6aa commit 2da7093Copy full SHA for 2da7093
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
find ./release
112
113
- name: Upload artifacts
114
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
115
with:
116
name: hyperhdr-build
117
path: ${{ github.workspace }}/hyperhdr-repo/release/*
@@ -126,7 +126,7 @@ jobs:
126
127
submodules: recursive
128
129
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
130
131
132
path: hyperhdr-build
@@ -196,7 +196,7 @@ jobs:
196
- run: npm run gen-manifest
197
198
- name: Upload artifact
199
200
201
name: hyperhdr-ipk
202
path: |
0 commit comments