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 21a3d02 commit ed539e8Copy full SHA for ed539e8
.github/workflows/pd-externals.yml
@@ -102,17 +102,17 @@ jobs:
102
# https://github.com/actions/checkout/issues/1169:
103
run: git config --system --add safe.directory $GITHUB_WORKSPACE
104
- name: Retrieve Linux externals
105
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
106
with:
107
name: linux-externals
108
path: apf_example
109
- name: Retrieve macOS external
110
111
112
name: macos-externals
113
114
- name: Retrieve Windows external
115
116
117
name: windows-externals
118
0 commit comments