Skip to content

Commit 8fa0ac2

Browse files
authored
Update build.yml
Fix build warning
1 parent 1039619 commit 8fa0ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: tar -C ./build -cvf webapp.tar .
6565

6666
- name: Upload artifact
67-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v3
6868
with:
6969
name: webapp
7070
path: webapp.tar

0 commit comments

Comments
 (0)