File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Fetch site artifact
17
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
17
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
18
18
with :
19
19
name : _site
20
20
- name : extract site artifact
Original file line number Diff line number Diff line change 49
49
needs : staging_test
50
50
steps :
51
51
- name : Fetch site artifact
52
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
52
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
53
53
with :
54
54
name : _site
55
55
58
58
tar -xzf _site.tar.gz
59
59
60
60
- name : Fetch httpd conf artifact
61
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
61
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
62
62
with :
63
63
name : httpd.conf
64
64
path : .github/scripts/staging/httpd.conf
You can’t perform that action at this time.
0 commit comments