Skip to content

Commit

Permalink
Merge pull request #701 from redhat-documentation/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
aireilly authored Jan 2, 2024
2 parents b4c5867 + 84b8799 commit d4479f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "${{ github.event.number }}" > PR_NUMBER
echo "${{ github.event.pull_request.head.sha }}" > PR_SHA
- name: Upload preview-build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: preview-build
path: |
Expand Down

0 comments on commit d4479f5

Please sign in to comment.