diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index ef89848b..a5a59079 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch all history to include latest tag for the git revision info fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch all history to include latest tag for the git revision info fetch-depth: 0