Skip to content

Commit 5062b48

Browse files
authored
Upgrade download-artifact action to v4
1 parent e006d33 commit 5062b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
language: ['en']
112112
steps:
113113
- name: Download DocC Archive ⬇️
114-
uses: actions/download-artifact@v3
114+
uses: actions/download-artifact@v4
115115
with:
116116
name: ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
117117
- name: Unzip Archive 😮

0 commit comments

Comments
 (0)