Skip to content

Commit 2da7093

Browse files
committed
Update actions/upload-artifact to v4
1 parent 93db6aa commit 2da7093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: |

0 commit comments

Comments
 (0)