We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fcf60 commit c0910b9Copy full SHA for c0910b9
.github/workflows/create-release.yml
@@ -28,7 +28,7 @@ jobs:
28
permissions:
29
contents: "write"
30
steps:
31
- - uses: "actions/download-artifact@v7"
+ - uses: "actions/download-artifact@v6"
32
- name: "create release"
33
run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
34
env:
CHANGES.md
@@ -6,6 +6,11 @@
6
- Summary:
7
- To be determined
8
9
+## Version: 0.8.44
10
+
11
+- Summary:
12
+ - Revert download-artifact to version 6.0
13
14
## Version: 0.8.43
15
16
ciscoconfparse2/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.8.43"
+__version__ = "0.8.44"
0 commit comments