Skip to content

Commit 4c506a4

Browse files
authored
Merge pull request #2293 from sustainable-computing-io/dependabot/github_actions/github-actions-7728aa6cbd
chore(deps): bump the github-actions group with 3 updates
2 parents a78590c + 3549165 commit 4c506a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download comment message
2626
id: download-artifact
2727
continue-on-error: true
28-
uses: actions/download-artifact@v4
28+
uses: actions/download-artifact@v5
2929
with:
3030
name: message
3131
path: /tmp/

.github/workflows/profiling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker --version
4747
4848
- name: Checkout source
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252

@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Checkout source
131-
uses: actions/checkout@v4
131+
uses: actions/checkout@v5
132132

133133
- name: Setup Go
134134
uses: actions/[email protected]
@@ -140,7 +140,7 @@ jobs:
140140
run: go install github.com/google/pprof@latest
141141

142142
- name: Download profiling artifacts
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: profile-artifacts-${{ github.event.pull_request.number }}
146146
path: ./tmp

.github/workflows/test-and-codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: coverage-report
4343

4444
- name: Upload coverage reports to Codecov
45-
uses: codecov/codecov-action@v5.4.3
45+
uses: codecov/codecov-action@v5.5.0
4646
with:
4747
fail_ci_if_error: true
4848
files: ./coverage.out

0 commit comments

Comments
 (0)