Skip to content

Commit

Permalink
Merge pull request #148 from fitbeard/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
fitbeard authored Dec 15, 2023
2 parents adb7d02 + 8a65dcc commit 8a0134b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
kolla-build --config-file ${{ matrix.release }}/kolla-build.conf --template-override ${{ matrix.release }}/template-overrides.j2 --profile main --push
- name: Upload templates
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: templates-${{ steps.release_name.outputs.name }}-main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --push
- name: Upload templates
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }}
Expand Down

0 comments on commit 8a0134b

Please sign in to comment.