Skip to content

Commit

Permalink
Merge pull request #4 from davorg/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
davorg committed Feb 13, 2024
2 parents ddbfbb4 + ac88173 commit 2fdd37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildsite.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
run: aphra build > aphra.log 2>&1

- name: Archive aphra logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aphra.log
path: ./aphra.log
Expand Down

0 comments on commit 2fdd37b

Please sign in to comment.