0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00

Merge pull request #2996 from PHPMailer/dependabot/github_actions/actions/upload-artifact-4

GH Actions: Bump actions/upload-artifact from 3 to 4
This commit is contained in:
Marcus Bointon 2023-12-18 08:46:07 +01:00 committed by GitHub
commit 5372c1694d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SARIF file
path: results.sarif