Merge pull request #3 from prometheus/dependabot/github_actions/save/actions/upload-artifact-7.0.0 Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /save
Merge pull request #3 from prometheus/dependabot/github_actions/save/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /save
GitHub Actions for artifact persistence between jobs
jobs: build: steps: ... - run: make build - uses: prometheus/promci-artifacts/save@<hash> # v0.1.0 publish: needs: [build] steps: ... - uses: prometheus/promci-artifacts/restore@<hash> # v0.1.0 - run: make publish
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
promci-artifacts
GitHub Actions for artifact persistence between jobs
Usage