We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da117b commit 8730ea8Copy full SHA for 8730ea8
.github/workflows/pd-externals.yml
@@ -99,17 +99,17 @@ jobs:
99
# https://github.com/actions/checkout/issues/1169
100
set-safe-directory: ${{ github.workspace }}
101
- name: Retrieve Linux externals
102
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v5
103
with:
104
name: linux-externals
105
path: apf_example
106
- name: Retrieve macOS external
107
108
109
name: macos-externals
110
111
- name: Retrieve Windows external
112
113
114
name: windows-externals
115
0 commit comments