File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108
108
109
109
- name : Get build artifact
110
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
110
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
111
111
with :
112
112
name : ' build-frontend-output-${{ matrix.app_name }}'
113
113
path : ' ${{ github.workspace }}/dist/frontend'
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
- name : Get backend build artifact
125
125
if : ${{ env.has_backend == 'true' }}
126
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
126
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
127
127
with :
128
128
name : ' build-backend-output-${{ matrix.app_name }}'
129
129
path : ' ${{ github.workspace }}/dist/backend'
You can’t perform that action at this time.
0 commit comments