Skip to content

Commit

Permalink
Merge pull request #84 from cybozu-go/reguler-update
Browse files Browse the repository at this point in the history
update actions/upload-artifact to v4
  • Loading branch information
YZ775 authored Mar 21, 2024
2 parents b32a075 + c75e471 commit e9f2627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- run: make deb VERSION=v${{ steps.version.outputs.version }}
- name: Upload etcdpasswd deb package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: etcdpasswd
path: etcdpasswd_${{ steps.version.outputs.version }}-1_amd64.deb
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- Update actions/upload-artifact in [#84](https://github.com/cybozu-go/etcdpasswd/pull/84)

## [1.4.6] - 2024-03-21

### Changed
Expand Down

0 comments on commit e9f2627

Please sign in to comment.