We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1232585 commit ce4c688Copy full SHA for ce4c688
1 file changed
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
done
93
94
- name: Upload output files to GitHub so they can be reviewed
95
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
96
with:
97
name: project_output
98
path: ${{runner.workspace}}/build/artifacts
0 commit comments