Skip to content

Commit 024df48

Browse files
authored
Update cron.yml
1 parent 0415b65 commit 024df48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Download artifact
1616
id: download
1717
continue-on-error: true
18-
uses: dawidd6/action-download-artifact@v2
18+
uses: dawidd6/action-download-artifact@v6
1919
with:
2020
workflow: cron.yml
2121
workflow_conclusion: success
2222
- name: Move database
2323
continue-on-error: true
2424
run: mv rss2telegram/rss2telegram.db rss2telegram.db
2525
- name: Setup Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.8'
2929
- name: Install Requirements
@@ -43,7 +43,7 @@ jobs:
4343
TELEGRAPH_TOKEN: ${{ vars.TELEGRAPH_TOKEN }}
4444
DRYRUN: ${{ steps.download.outcome }}
4545
- name: Upload history
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: rss2telegram
4949
path: rss2telegram.db

0 commit comments

Comments
 (0)