Skip to content

Commit e3fc988

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 65ae8ad commit e3fc988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108108

109109
- name: Get build artifact
110-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
110+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
111111
with:
112112
name: 'build-frontend-output-${{ matrix.app_name }}'
113113
path: '${{ github.workspace }}/dist/frontend'
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Get backend build artifact
125125
if: ${{ env.has_backend == 'true' }}
126-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
126+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
127127
with:
128128
name: 'build-backend-output-${{ matrix.app_name }}'
129129
path: '${{ github.workspace }}/dist/backend'

0 commit comments

Comments
 (0)