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.
1 parent a681a74 commit feee4fbCopy full SHA for feee4fb
.github/workflows/exporter-ci.yml
@@ -45,7 +45,7 @@ jobs:
45
for FILE in build/bin/*; do
46
gzip $FILE
47
done
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
with:
50
name: ha_cluster_exporter
51
path: build/bin
@@ -104,7 +104,7 @@ jobs:
104
if: github.event.release
105
runs-on: ubuntu-latest
106
steps:
107
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
108
109
110
- uses: softprops/action-gh-release@v1
0 commit comments