Skip to content

Commit 3ca69ed

Browse files
authored
Revert "Bump actions/download-artifact from 3 to 4 (#1148)" (#1154)
1 parent 1a3e6ad commit 3ca69ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/exhaustive_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Get report artifacts
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v3
4343
with:
4444
name: reports-raw
4545
- name: Collate reports

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
needs: [tests, man, zipapp]
115115
runs-on: ubuntu-latest
116116
steps:
117-
- uses: actions/download-artifact@v4
117+
- uses: actions/download-artifact@v3
118118
with:
119119
name: pipx.pyz
120120
- name: Upload to release

0 commit comments

Comments
 (0)