Skip to content

Commit

Permalink
Fix a mistake, bump upload-artifact version in CI (#786)
Browse files Browse the repository at this point in the history
* fix: Silly copy-paste error, doh

* noop change to make GH run re-enabled CI on PR

* revert the noop change

* Try bumping upload-artifact GH action to v4, which is not deprecated
  • Loading branch information
jzimbel-mbta authored Jan 14, 2025
1 parent 9217c0f commit 8a19bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "${{ github.event.pull_request.head.sha }}" > cover/PR_SHA
if: github.event.pull_request
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: elixir-lcov
path: cover/
Expand Down
2 changes: 1 addition & 1 deletion lib/prediction_analyzer/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule PredictionAnalyzer.Repo do
Keyword.merge(config,
password: token,
ssl_opts: [
cacertfile: Path.join(:code.priv_dir(:arrow), "aws-cert-bundle.pem"),
cacertfile: Path.join(:code.priv_dir(:prediction_analyzer), "aws-cert-bundle.pem"),
verify: :verify_peer,
server_name_indication: String.to_charlist(hostname),
verify_fun:
Expand Down

0 comments on commit 8a19bb1

Please sign in to comment.