From addf41bc5b943825873c4fad5eff887a847bd12e Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:18:45 -0400 Subject: [PATCH] Update artifacts --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index b8dbf43d4c..d471f941ae 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -19,7 +19,7 @@ jobs: runs-on: m1_monterey steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # with: # ref: github-actions - name: Set up Python 3 @@ -46,7 +46,7 @@ jobs: echo "$(readlink -f wrappers)" >> "$GITHUB_PATH" - uses: fregante/setup-git-user@2e28d51939d2a84005a917d2f844090637f435f8 - name: Set Up Working Tree - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: builds path: Config @@ -59,7 +59,7 @@ jobs: - name: Check Ratelimit run: python3 -u check_ratelimit.py ${{ secrets.GITHUB_TOKEN }} - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ env.PROD == 'false' }} with: name: Build