Skip to content

Commit

Permalink
Fix actions/upload-artifact@v4 not including hidden files by defaul…
Browse files Browse the repository at this point in the history
…t anymore
  • Loading branch information
pawelad committed Sep 11, 2024
1 parent b29b150 commit 6fe03f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: "coverage-data-${{ matrix.python-version }}"
path: ".coverage.*"
if-no-files-found: "ignore"
include-hidden-files: true

coverage:
name: "Coverage report"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog], and this project adheres to
### Changed
- Upgrade `pymonzo` to v2.2.0.

### Fixed
- Fix `actions/upload-artifact@v4` not including hidden files by default anymore.

## [v1.0.0](https://github.com/pawelad/monz/releases/tag/v1.0.0) - 2024-04-16
### Changed
- Project refresh.
Expand Down

0 comments on commit 6fe03f3

Please sign in to comment.