Skip to content

Commit 765dc67

Browse files
authored
Merge pull request #2348 from sustainable-computing-io/dependabot/github_actions/github-actions-3249c11fdc
chore(deps): bump the github-actions group with 2 updates
2 parents 826b223 + f55a0ea commit 765dc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
tar -czvf bin/kepler-${VERSION}.linux-amd64.tar.gz bin/kepler
9191
9292
- name: Upload Release Artifacts
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: release-artifacts
9696
retention-days: 1 # Keep the artifacts for 1 day
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
steps:
123123
- name: Download Release Artifacts
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: release-artifacts
127127

0 commit comments

Comments
 (0)