mirror of
https://github.com/yaml/libyaml
synced 2026-06-08 18:28:36 +00:00
ci: Update github actions versions
This commit is contained in:
committed by
Ingy döt Net
parent
849d0aefec
commit
82af3e5de2
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- run: env | sort
|
||||
|
||||
- name: Get image
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
make -C pkg/docker libyaml-dist-ci
|
||||
ls -l pkg/docker/output
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: release
|
||||
path: pkg/docker/output/yaml-0*
|
||||
|
||||
Reference in New Issue
Block a user