Skip to content

Commit

Permalink
Merge pull request #106 from roadrunner-server/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
rustatian authored Dec 19, 2023
2 parents b6ceb7b + 0ebbcba commit eb4d515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker compose -f env/docker-compose-nats.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/nats.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_durability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
docker compose -f env/docker-compose-nats.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/nats_dur.out
Expand Down

0 comments on commit eb4d515

Please sign in to comment.