We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 826b223 + f55a0ea commit 765dc67Copy full SHA for 765dc67
.github/workflows/release.yaml
@@ -90,7 +90,7 @@ jobs:
90
tar -czvf bin/kepler-${VERSION}.linux-amd64.tar.gz bin/kepler
91
92
- name: Upload Release Artifacts
93
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
94
with:
95
name: release-artifacts
96
retention-days: 1 # Keep the artifacts for 1 day
@@ -121,7 +121,7 @@ jobs:
121
runs-on: ubuntu-latest
122
steps:
123
- name: Download Release Artifacts
124
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
125
126
127
0 commit comments