Skip to content

Commit ef648b4

Browse files
authored
fixup! Update actions
Co-authored-by: Matthias Dellweg <2500@gmx.de>
1 parent 0b9692e commit ef648b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
mkdir -p "pulp_catdog"
9393
working-directory: "."
9494
- name: "Download Deprecations"
95-
uses: "actions/download-artifact@v4"
95+
uses: "actions/download-artifact@v8"
9696
with:
9797
pattern: "deprecations-*"
9898
path: "pulp_catdog"

templates/github/.github/workflows/ci.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
mkdir -p "{{ plugin_name }}"
116116
working-directory: "."
117117
- name: "Download Deprecations"
118-
uses: "actions/download-artifact@v4"
118+
uses: "actions/download-artifact@v8"
119119
with:
120120
pattern: "deprecations-*"
121121
path: "{{ plugin_name }}"

0 commit comments

Comments
 (0)