Skip to content

Commit

Permalink
Revert "Bump actions/upload-artifact from 3 to 4 (#1147)" (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 committed Dec 28, 2023
1 parent 3ca69ed commit 0a9edac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_tests_package_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run:
nox --non-interactive --session create_test_package_list-${{ matrix.python-version }} -- ./new_tests_packages
- name: Store reports as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: lists
path: ./new_tests_packages
4 changes: 2 additions & 2 deletions .github/workflows/exhaustive_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
continue-on-error: true
run: nox --non-interactive --session test_all_packages-${{ matrix.python-version }}
- name: Store reports as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: reports-raw
path: reports
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
cat all_packages_deps_errors_* > all_deps_errors_lf.txt
tr -d '\r' < all_deps_errors_lf.txt > reports/all_deps_errors.txt
- name: Store collated and raw reports as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: reports-final
path: reports
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: nox --error-on-missing-interpreters --non-interactive --session zipapp
- name: Test zipapp by installing black
run: python ./pipx.pyz install black
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: pipx.pyz
path: pipx.pyz
Expand Down

0 comments on commit 0a9edac

Please sign in to comment.