From ecf41255a2dec85f793386dcc41d7ccf02b3d6d7 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 6 May 2024 18:36:32 +0200 Subject: [PATCH] ci: Update actions versions --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47a0ad0..74a2e04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 . @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -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: | @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -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: |