We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df93b19 + 1db5c5a commit d8f64d4Copy full SHA for d8f64d4
.github/workflows/draft-pdf.yml
@@ -21,7 +21,7 @@ jobs:
21
# This should be the path to the paper within your repo.
22
paper-path: paper/paper.md
23
- name: Upload
24
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
25
with:
26
name: paper
27
# This is the output path where Pandoc will write the compiled
Project.toml
@@ -2,7 +2,7 @@ name = "AdaptiveResonance"
2
uuid = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
3
authors = ["Sasha Petrenko"]
4
description = "A Julia package for Adaptive Resonance Theory (ART) algorithms."
5
-version = "0.8.4"
+version = "0.8.5"
6
7
[deps]
8
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
0 commit comments