Skip to content

Commit

Permalink
Merge pull request #29 from IntellectualSites/renovate/actions-upload…
Browse files Browse the repository at this point in the history
…-artifact-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
TheMeinerLP authored Jan 4, 2024
2 parents bcacba3 + 3985b77 commit 750de7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "STATUS=release" >> $GITHUB_ENV
fi
- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ClipboardConnect Archive
path: build/libs/ClipboardConnect-*.jar
Expand Down

0 comments on commit 750de7b

Please sign in to comment.