Skip to content

Commit

Permalink
Merge pull request #26 from dlipovetsky/dlipovetsky/actions-v4
Browse files Browse the repository at this point in the history
build: Update artifacts actions from v3 to v4
  • Loading branch information
fatz authored Nov 19, 2024
2 parents 6b83ff0 + 61663b6 commit 48beb5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
RHN_SUBSCRIPTION_KEY: ${{ secrets.RHN_SUBSCRIPTION_KEY }}
- name: Export ovf for ${{ matrix.os }}
run: make ${{ matrix.os }}-ovf
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: releaseovf
path: |
Expand All @@ -102,7 +102,7 @@ jobs:
outputs:
listovf: ${{ steps.list.outputs.listovf }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download
with:
name: releaseovf
Expand All @@ -123,7 +123,7 @@ jobs:
matrix:
ovf: ${{ fromJSON(needs.artifactinventory.outputs.listovf) }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download
with:
name: releaseovf
Expand Down

0 comments on commit 48beb5a

Please sign in to comment.