summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-01-25 10:48:24 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-01-25 10:48:24 +0000
commit8863c4458fc2d7788ec2806f86b4366a07dc29e8 (patch)
tree3c9ff4a303252f869cbccd0875ed262759100763 /.github
parent548fc8c88b85b5822d292ff83d8071283e0c02ef (diff)
downloadlibgit2-8863c4458fc2d7788ec2806f86b4366a07dc29e8.tar.gz
ci: update upload-artifact dependency
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3daef6e7c..c22b96ca2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -365,7 +365,7 @@ jobs:
cm doc api.docurium
git checkout gh-pages
zip --exclude .git/\* --exclude .gitignore --exclude .gitattributes -r api-documentation.zip .
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
name: Upload artifact
with:
name: api-documentation