Skip to content

Commit c9671d9

Browse files
chore(deps): Update all major dependencies
1 parent bf9d5d0 commit c9671d9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/coverage-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
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/

.github/actions/create-release/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
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/

0 commit comments

Comments
 (0)