From d01055930da2012a2c7b16a0a58df2191eed5ba2 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 15 Dec 2024 19:12:48 -0800 Subject: [PATCH] CI: Update actions --- .github/workflows/CI.yml | 4 ++-- .github/workflows/autoclose.yml | 4 ++-- .github/workflows/pull-request.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5a5d3289b4..b6b47f0513 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: - name: Prepare artifacts if: matrix.configuration == 'Release' run: cmake --install build --config ${{ matrix.configuration }} --prefix artifacts - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: matrix.configuration == 'Release' with: name: CxbxReloaded-${{ matrix.configuration }}-VS${{ matrix.vsver }} @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Re-zip artifacts diff --git a/.github/workflows/autoclose.yml b/.github/workflows/autoclose.yml index 17e4fa866e..834c6676d3 100644 --- a/.github/workflows/autoclose.yml +++ b/.github/workflows/autoclose.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Automatically close issues that don't follow the issue template - uses: ergo720/auto-close-issues@v1.0.4 + uses: ergo720/auto-close-issues@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-close-message: "@${issue.user.login}: your issue has been automatically closed because it does not follow the issue template." # optional property diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 020c84325a..8139098874 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Labeler - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true