Skip to content

Commit

Permalink
Rebase on upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
  • Loading branch information
sandrobonazzola authored and mwperina committed Feb 12, 2024
1 parent 42a4513 commit 64bdd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -19,7 +19,7 @@ runs:
shell: bash
run: echo "distro=$(rpm --eval %{?dist} | cut -d '.' -f 2)" >> $GITHUB_OUTPUT
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpm-${{ steps.eval.outputs.distro }}
path: ${{ inputs.directory }}

0 comments on commit 64bdd45

Please sign in to comment.