We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533e1e3 commit a756ee7Copy full SHA for a756ee7
1 file changed
.github/workflows/release.yml
@@ -8,9 +8,9 @@ jobs:
8
name: Create release-artifacts
9
runs-on: windows-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Create zip file for manual installation
13
- uses: vimtor/action-zip@v1
+ uses: vimtor/action-zip@v1.2
14
with:
15
files: GridfinityGenerator.manifest GridfinityGenerator.py config.py LICENSE.md lib/ commands/ documentation/PRIVACY_POLICY.md
16
recursive: false
0 commit comments