Skip to content

Commit

Permalink
Merge pull request #78 from danielemery/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

Update actions/upload-artifact action to v4.5.0
  • Loading branch information
danielemery authored Dec 18, 2024
2 parents e586d26 + 5096a67 commit a319c51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm run build

- name: Upload build artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: build-artifacts
path: |
Expand All @@ -49,7 +49,7 @@ jobs:
.dockerignore
- name: Upload helm chart
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: helm-chart
path: helm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm run build

- name: Upload build artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit a319c51

Please sign in to comment.