File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments