We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f800cbc commit cdeaad7Copy full SHA for cdeaad7
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
]
73
}
74
- name: Upload Artifacts
75
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v4
76
with:
77
path: "./bin/dist/*.zip"
78
name: "BepInEx_CI_${{ steps.info.outputs.build_type }}_${{ steps.info.outputs.sha_short }}_${{ steps.info.outputs.build_id || 0 }}"
.github/workflows/build_pr.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
./build.sh --target Publish
19
20
21
22
23
name: "BepInEx_CI"
0 commit comments