Skip to content

Commit

Permalink
Merge pull request #55 from hitachi-vantara/pre-release-3.1.0
Browse files Browse the repository at this point in the history
Updated the artifact version
  • Loading branch information
rsahuHitachi authored Oct 4, 2024
2 parents edc8d87 + a5ec636 commit 855a13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace ghcr.io/${{ github.repository_owner }}/ansible-image:latest ansible-galaxy collection build --force

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collection-tarball
path: |
Expand All @@ -45,13 +45,13 @@ jobs:
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: collection-tarball
path: .
Expand Down

0 comments on commit 855a13a

Please sign in to comment.