Skip to content

Commit 36efdc7

Browse files
committed
Update GitHub action workflow dependencies
1 parent c877aa1 commit 36efdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "version=$(git describe --tags --always)" >> $GITHUB_OUTPUT
4343
4444
- name: Upload package
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
path: annotate.semphris_*.click
4848

@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Create Release
6060
if: startsWith(github.ref, 'refs/tags/')
61-
uses: softprops/action-gh-release@v1
61+
uses: softprops/action-gh-release@v2
6262
with:
6363
name: ${{ steps.filename.outputs.version }}
6464
files: annotate.semphris_*.click

0 commit comments

Comments
 (0)