Skip to content

Commit

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

Bump actions/upload-artifact from 1.0.0 to 4.0.0
  • Loading branch information
lemenkov authored Jan 11, 2024
2 parents 4f3e0c1 + 2a02dfc commit 1263dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: git submodule update --init
- name: build-static
run: sudo docker build -t sipp-build docker && sudo docker run -v $PWD:/src sipp-build
- uses: actions/upload-artifact@v1.0.0
- uses: actions/upload-artifact@v4.0.0
with:
name: sipp
path: ./sipp

0 comments on commit 1263dfb

Please sign in to comment.