Skip to content

Commit

Permalink
Merge pull request #3 from ConSol-Monitoring/dependabot-github_action…
Browse files Browse the repository at this point in the history
…s-actions-upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sni authored Feb 25, 2025
2 parents 90fb5fd + ac5202a commit 270417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: make citest
- run: make
- name: extract built binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check_nsc_web-go${{ matrix.go-version }}
path: check_nsc_web
Expand Down

0 comments on commit 270417f

Please sign in to comment.