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.
2 parents 95a4498 + a1699e6 commit 4487583Copy full SHA for 4487583
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
working-directory: src/github.com/estesp/manifest-tool
44
45
- name: Save release notes
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
47
with:
48
name: mtool-release-notes
49
path: src/github.com/estesp/manifest-tool/release-notes.md
@@ -86,7 +86,7 @@ jobs:
86
87
88
- name: Save build binaries
89
90
91
name: manifest-tool-binaries
92
path: src/github.com/estesp/manifest-tool/*.tar.gz*
0 commit comments