Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mathomp4 committed Nov 6, 2024
1 parent b31d8b5 commit f19b021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_yaml_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
- id: yaml-lint
name: yaml-lint
uses: ibiqlik/action-yamllint@v3
Expand All @@ -24,7 +24,7 @@ jobs:
format: colored
config_file: .yamllint.yml

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: yamllint-logfile
Expand Down

0 comments on commit f19b021

Please sign in to comment.