Skip to content

Commit feee4fb

Browse files
author
Stefano Torresi
committed
fix gha artifact toolkit version mismatch
1 parent a681a74 commit feee4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/exporter-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
for FILE in build/bin/*; do
4646
gzip $FILE
4747
done
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: ha_cluster_exporter
5151
path: build/bin
@@ -104,7 +104,7 @@ jobs:
104104
if: github.event.release
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/download-artifact@v4.1.7
107+
- uses: actions/download-artifact@v4
108108
with:
109109
name: ha_cluster_exporter
110110
- uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)