Skip to content

Commit

Permalink
Actionsのアーティファクトを1週間で消す
Browse files Browse the repository at this point in the history
毎度、部誌の作業をしたあとにストレージが売り切れてる
  • Loading branch information
hanazuki authored Dec 22, 2023
1 parent b0c708d commit 1826f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
name: log
path: out/*.log
- name: save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bushi.pdf
path: out/bushi.pdf
if-no-files-found: error
retention-days: 7

0 comments on commit 1826f04

Please sign in to comment.