Skip to content

Commit

Permalink
Updated to actions/download-artifact@v4 in main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Sep 11, 2024
1 parent d3510fe commit f467285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@4.1.7
- uses: actions/download-artifact@v4
with:
name: regex-files
path: dist
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2024.9.12

Updated to actions/download-artifact@v4 in main.yml.

Version: 2024.9.11

Updated to Unicode 16.0.0.
Expand Down

0 comments on commit f467285

Please sign in to comment.