Skip to content

Commit

Permalink
Merge pull request #529 from TeoZosa/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3.1.0

⬆️ Bump actions/upload-artifact from 2.2.4 to 3.1.0
  • Loading branch information
TeoZosa authored Sep 19, 2022
2 parents b1b5931 + daa5b93 commit 8dc8e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "::set-output name=target_output_dir::${NAMESPACED_TARGET_OUTPUT_DIR}"
- name: Store the environment-specific benchmarks
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.1.0
with:
name: benchmark-data-files
path: .benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
make package
- name: Store the binary wheel
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.1.0
with:
name: python-package-distributions
path: dist
Expand Down

0 comments on commit 8dc8e9b

Please sign in to comment.