Skip to content

Commit

Permalink
ci: Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed May 6, 2024
1 parent 36952e3 commit ecf4125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Validate Metadata
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Create Build Environment
run: cd contrib/ci/ && podman build -t intanrhx_validate -f ./Dockerfile-debian-testing .
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
./contrib/ci/auto-build-deb.sh
- name: Upload Debian package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Debian Package
path: |
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -66,7 +66,7 @@ jobs:
./contrib/ci/auto-build-deb.sh
- name: Upload Ubuntu package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Ubuntu LTS Package
path: |
Expand Down

0 comments on commit ecf4125

Please sign in to comment.