mirror of
https://github.com/pantor/inja.git
synced 2026-04-23 00:09:27 +00:00
update CI actions version
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
working-directory: single_include
|
||||
run: diff inja/inja.hpp inja/inja_old.hpp >/dev/null
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: single_include_inja
|
||||
path: single_include/inja/inja.hpp
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
run: doxygen
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: 'doc/html'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user