From 0416cc159ace91a7104100f4311d0dccc50aa4c7 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 26 Jan 2024 16:32:54 +0000 Subject: [PATCH] Update get_context.yml update correct line --- .github/workflows/get_context.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 7c322fb..4fda779 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -32,12 +32,12 @@ jobs: run: ls -lR - run: python find_posts.py --lock-hours=0 --access-token=${{ secrets.ACCESS_TOKEN }} -c="./config.json" - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: artifacts path: | artifacts - name: Checkout user's forked repository for keeping workflow alive - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Keep workflow alive uses: gautamkrishnar/keepalive-workflow@v1