File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
environment : mastodon
13
13
steps :
14
14
- name : Checkout original repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.10'
22
22
cache : ' pip' # caching pip dependencies
23
23
- run : pip install -r requirements.txt
24
24
- name : Download all workflow run artifacts
25
- uses : dawidd6/action-download-artifact@v2
25
+ uses : dawidd6/action-download-artifact@v3
26
26
with :
27
27
name : artifacts
28
28
workflow : get_context.yml
@@ -32,12 +32,12 @@ jobs:
32
32
run : ls -lR
33
33
- run : python find_posts.py --lock-hours=0 --access-token=${{ secrets.ACCESS_TOKEN }} -c="./config.json"
34
34
- name : Upload artifacts
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : artifacts
38
38
path : |
39
39
artifacts
40
40
- name : Checkout user's forked repository for keeping workflow alive
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
- name : Keep workflow alive
43
- uses : gautamkrishnar/keepalive-workflow@v1
43
+ uses : gautamkrishnar/keepalive-workflow@v1
You can’t perform that action at this time.
0 commit comments