Skip to content

Commit

Permalink
Merge pull request #2 from R0mb0/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
R0mb0 authored Dec 15, 2023
2 parents b75f19f + 87f6707 commit 78019d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Compilation_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
working_directory: GDPR
root_file: GDPR.tex
- name: Upload compiled file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GDPR
path: GDPR/GDPR.pdf

0 comments on commit 78019d9

Please sign in to comment.