We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9692e commit ef648b4Copy full SHA for ef648b4
2 files changed
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
mkdir -p "pulp_catdog"
93
working-directory: "."
94
- name: "Download Deprecations"
95
- uses: "actions/download-artifact@v4"
+ uses: "actions/download-artifact@v8"
96
with:
97
pattern: "deprecations-*"
98
path: "pulp_catdog"
templates/github/.github/workflows/ci.yml.j2
@@ -115,7 +115,7 @@ jobs:
115
mkdir -p "{{ plugin_name }}"
116
117
118
119
120
121
path: "{{ plugin_name }}"
0 commit comments