Skip to content

Commit

Permalink
Merge pull request #115 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 3d4762f + 46f1c9f commit 2d14a5f
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 @@ -83,7 +83,7 @@ jobs:
docker compose -f env/docker-compose-amqp.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/amqp.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 @@ -70,7 +70,7 @@ jobs:
docker compose -f env/docker-compose-amqp.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/amqp.out
Expand Down

0 comments on commit 2d14a5f

Please sign in to comment.