We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d0c61 commit a75beb2Copy full SHA for a75beb2
2 files changed
.github/workflows/test_multi_os.yml
@@ -125,7 +125,7 @@ jobs:
125
run: |
126
echo '${{ steps.coverageComment.outputs.summaryReport }}' > summary-report.md
127
- name: Upload coverage data
128
- uses: actions/upload-artifact@v7.0.0
+ uses: actions/upload-artifact@v7.0.1
129
with:
130
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
131
path: |
.github/workflows/update_version_and_release.yml
@@ -88,7 +88,7 @@ jobs:
88
} >> "$GITHUB_OUTPUT"
89
90
- name: Create Release
91
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@v3.0.0
92
93
tag_name: v${{ steps.update_version.outputs.new_version }}
94
name: mkdocs-macros-utils-v${{ steps.update_version.outputs.new_version }}
0 commit comments