Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 8cb68c3 commit 1ac35b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cp build/bin/common/releaseExecutable/changelog-cli.kexe ./changelog-cli
chmod +x ./changelog-cli
- name: Upload executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: changelog-cli
path: changelog-cli
Expand All @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0
- name: Download a single artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: changelog-cli
- name: Give artifact correct permissions
Expand Down

0 comments on commit 1ac35b1

Please sign in to comment.