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 c877aa1 commit 36efdc7Copy full SHA for 36efdc7
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "version=$(git describe --tags --always)" >> $GITHUB_OUTPUT
43
44
- name: Upload package
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
46
with:
47
path: annotate.semphris_*.click
48
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Create Release
60
if: startsWith(github.ref, 'refs/tags/')
61
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
62
63
name: ${{ steps.filename.outputs.version }}
64
files: annotate.semphris_*.click
0 commit comments