Skip to content

Commit

Permalink
Merge pull request #141 from interlay/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
bvotteler authored Jan 10, 2024
2 parents 342cbb9 + b37644e commit d340a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kintsugi-chopsticks-logs
path: log.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: interlay-chopsticks-logs
path: log.txt
Expand Down

0 comments on commit d340a60

Please sign in to comment.