Skip to content

Commit

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

build(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
KSXGitHub authored Mar 11, 2024
2 parents 418d48a + a488fa4 commit aada960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: strip --strip-all target/${{ matrix.target }}/release/strip-ansi

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: strip-ansi-${{ matrix.target }}
path: target/${{ matrix.target }}/release/strip-ansi
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: strip target/${{ matrix.target }}/release/strip-ansi

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: strip-ansi-${{ matrix.target }}
path: target/${{ matrix.target }}/release/strip-ansi
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: cargo build --target ${{ matrix.target }} --release

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: strip-ansi-${{ matrix.target }}
path: target/${{ matrix.target }}/release/strip-ansi.exe
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
run: ./ci/github-actions/create-checksums.sh

- name: Upload as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: checksums
path: sha*sum.txt
Expand Down

0 comments on commit aada960

Please sign in to comment.