Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
rustatian authored Dec 19, 2023
2 parents d225ec9 + 8212d14 commit 14cdb91
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_inmemory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker compose -f env/docker-compose-otel.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/memory_kv.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker compose -f env/docker-compose-otel.yaml down
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/coverage-ci/memory_jobs.out
Expand Down

0 comments on commit 14cdb91

Please sign in to comment.