Skip to content

Commit

Permalink
Merge pull request #43 from com-pas/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
Stef3st authored Dec 16, 2023
2 parents 691363f + 4c88f23 commit 2fd2467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: echo ${{ github.event.number }} > PR_NUMBER.txt
- name: Archive PR number
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PR_NUMBER
path: PR_NUMBER.txt

0 comments on commit 2fd2467

Please sign in to comment.