Skip to content

Commit

Permalink
Upgrade upload-artifact action to v4
Browse files Browse the repository at this point in the history
Artifact actions v3 will be deprecated by December 5, 2024.
After this date using v3 of these actions will result in a workflow failure.
  • Loading branch information
andreashasse committed Nov 6, 2024
1 parent 09634b5 commit 2ea09ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run CT Tests
run: rebar3 ct
- name: Store CT Logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ct-logs
path: _build/test/logs
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Produce Documentation
run: rebar3 ex_doc || true
- name: Publish Documentation
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: edoc
path: doc
Expand Down

0 comments on commit 2ea09ab

Please sign in to comment.