Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
rez1dent3 authored Dec 15, 2023
2 parents 8e69559 + 17cfb12 commit 710a740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test with Go
run: go test -json ./... 2>&1 | tee -a TestResults-${{ matrix.go-version }}.json
- name: Upload Go test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json

0 comments on commit 710a740

Please sign in to comment.