Skip to content

Commit

Permalink
Merge pull request #13 from roidelapluie/fix-dl2
Browse files Browse the repository at this point in the history
Fix artefact name
  • Loading branch information
roidelapluie authored Sep 10, 2024
2 parents 2959ef3 + 7e20e76 commit 468927c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
with:
repository: 'prometheus/promci'
path: '.github/promci'
ref: v0.4.3
ref: v0.4.4
2 changes: 1 addition & 1 deletion actions/save_artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ runs:
id: tar
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: ${steps.tar.outputs.NAME}
name: ${{ steps.tar.outputs.NAME }}
path: artifact-*.tar

0 comments on commit 468927c

Please sign in to comment.