We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69789a commit 8ce6252Copy full SHA for 8ce6252
1 file changed
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
fi
79
80
- name: Upload artifact
81
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
82
if: success()
83
with:
84
name: treegen-${{ runner.os }}-${{ github.sha }}
0 commit comments