From 5298dae3fa0a788e0815581e8793cffa2fe8cd32 Mon Sep 17 00:00:00 2001 From: Anton Semjonov Date: Mon, 17 Jun 2024 22:07:33 +0200 Subject: [PATCH] workflow: update checkout and artifact actions to v4 --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d7d8103..c61e220 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile static binaries for target run: | @@ -50,7 +50,7 @@ jobs: make sources/${{ matrix.target }}.tar - name: Upload job artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: github.ref == 'refs/heads/main' with: name: ${{ matrix.target }}