File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Upload coverage artifacts
3434 if : always()
35- uses : actions/upload-artifact@v6
35+ uses : actions/upload-artifact@v7
3636 with :
3737 name : coverage-analysis-py${{ inputs.python-version }}
3838 path : build/test-results/
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ runs:
107107 - name : Create GitHub Release
108108 id : create-release
109109 if : ${{ startsWith(github.ref, 'refs/tags/') }}
110- uses : softprops/action-gh-release@v2
110+ uses : softprops/action-gh-release@v3
111111 with :
112112 name : " quilt-mcp v${{ inputs.package-version }}"
113113 files : |
@@ -118,7 +118,7 @@ runs:
118118 generate_release_notes : true
119119
120120 - name : Upload MCPB artifacts
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : mcpb-package
124124 path : dist/*.mcpb
Original file line number Diff line number Diff line change 3030
3131 - name : Upload test artifacts
3232 if : inputs.upload-artifacts == 'true' && always()
33- uses : actions/upload-artifact@v6
33+ uses : actions/upload-artifact@v7
3434 with :
3535 name : ${{ inputs.artifact-name }}-py${{ inputs.python-version }}
3636 path : build/test-results/
You can’t perform that action at this time.
0 commit comments