Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Sep 23, 2024
1 parent 1947d67 commit addf41b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit addf41b

Please sign in to comment.