Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update actions #121

Merged
merged 1 commit into from
Jul 6, 2024
Merged

CI: Update actions #121

merged 1 commit into from
Jul 6, 2024

Conversation

marktsuchida
Copy link
Member

No description provided.

@marktsuchida
Copy link
Member Author

  • Checked correct behavior of new download-artifacts@v4 with the following.
  temporary_test_download_artifacts:
    needs: [build_wheels, build_sdist]
    runs-on: ubuntu-latest
    steps:
      - uses: actions/download-artifact@v4
        with:
          pattern: artifact-*
          merge-multiple: true
          path: dist
      - run: ls -R dist

@marktsuchida marktsuchida marked this pull request as ready for review July 6, 2024 00:44
@marktsuchida marktsuchida merged commit 0be8db0 into main Jul 6, 2024
14 checks passed
@marktsuchida marktsuchida deleted the update-actions branch July 6, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant