File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Download Workflow Artifact [GitHub Actions]
64
- uses : actions/download-artifact@v2
64
+ uses : actions/download-artifact@v3
65
65
with :
66
66
name : build-artifacts
67
67
path : build-artifacts
Original file line number Diff line number Diff line change 55
55
56
56
steps :
57
57
- name : Download artifact
58
- uses : actions/download-artifact@v2
58
+ uses : actions/download-artifact@v3
59
59
with :
60
60
name : ${{ env.ARTIFACT_NAME }}
61
61
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v2
110
110
111
111
- name : Download configuration files artifact
112
- uses : actions/download-artifact@v2
112
+ uses : actions/download-artifact@v3
113
113
with :
114
114
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
115
115
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments