mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-27 03:03:10 +01:00
Compare commits
3 Commits
be01e1f9ef
...
ec29c48d95
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec29c48d95 | ||
|
|
97ed29b4a2 | ||
|
|
fc2225ab8d |
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload log files
|
- name: Upload log files
|
||||||
if: always() # do this even if a step before has failed
|
if: always() # do this even if a step before has failed
|
||||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0
|
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
ansible-compat==4.1.11
|
ansible-compat==4.1.11
|
||||||
# via molecule
|
# via molecule
|
||||||
ansible-core==2.17.4
|
ansible-core==2.17.5
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# ansible-compat
|
# ansible-compat
|
||||||
|
|||||||
Reference in New Issue
Block a user