Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
Fixes:
 Node.js 16 actions are deprecated.
 Please update the following actions to use Node.js 20:
 actions/checkout@v3,
 actions/upload-artifact@v3

Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
  • Loading branch information
sandrobonazzola committed Feb 13, 2024
1 parent fc8f6a2 commit c2e7d00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main

- name: Build
env:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
keep_files_count: 20

- name: Upload logs and manifests to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "logs-and-manifests${{ matrix.name }}"
path: |
Expand All @@ -120,7 +120,7 @@ jobs:
- build-matrix
steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about successful job and close issue
run: |
set -e
Expand All @@ -143,7 +143,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about failed job
run: |
set -e
Expand Down

0 comments on commit c2e7d00

Please sign in to comment.