Skip to content

Commit f19b021

Browse files
committed
Update GitHub Actions
Soon, GitHub will deprecate the upload-artifacts v3 action: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ This PR updates the action to the latest version, v4. It also updates the checkout action to the latest version, v4, as well.
1 parent b31d8b5 commit f19b021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate_yaml_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate-YAML:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3.3.0
18+
- uses: actions/checkout@v4
1919
- id: yaml-lint
2020
name: yaml-lint
2121
uses: ibiqlik/action-yamllint@v3
@@ -24,7 +24,7 @@ jobs:
2424
format: colored
2525
config_file: .yamllint.yml
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
if: always()
2929
with:
3030
name: yamllint-logfile

0 commit comments

Comments
 (0)