Skip to content

Commit 342a2cd

Browse files
authored
Merge pull request #120 from JuliaDiff/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 8f43833 + 4b1bb02 commit 342a2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cd docs/terminology
6161
latexmk -pdf -shell-escape terminology.tex
6262
- name: Upload Artifact
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v3
6464
with:
6565
name: terminology
6666
path: docs/terminology/terminology.pdf

0 commit comments

Comments
 (0)