Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielRF authored Aug 13, 2024
1 parent 0415b65 commit 024df48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download artifact
id: download
continue-on-error: true
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: cron.yml
workflow_conclusion: success
- name: Move database
continue-on-error: true
run: mv rss2telegram/rss2telegram.db rss2telegram.db
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install Requirements
Expand All @@ -43,7 +43,7 @@ jobs:
TELEGRAPH_TOKEN: ${{ vars.TELEGRAPH_TOKEN }}
DRYRUN: ${{ steps.download.outcome }}
- name: Upload history
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rss2telegram
path: rss2telegram.db

0 comments on commit 024df48

Please sign in to comment.