Skip to content

Commit 82af3e5

Browse files
perlpunkingydotnet
authored andcommitted
ci: Update github actions versions
1 parent 849d0ae commit 82af3e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- run: env | sort
1414

1515
- name: Get image
@@ -21,7 +21,7 @@ jobs:
2121
make -C pkg/docker libyaml-dist-ci
2222
ls -l pkg/docker/output
2323
24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v7
2525
with:
2626
name: release
2727
path: pkg/docker/output/yaml-0*

0 commit comments

Comments
 (0)