Skip to content

Commit

Permalink
test: update download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Sep 20, 2024
1 parent cdd840d commit 8549dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
- run: ruby -v

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: splunk-firehose-nozzle

Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- run: go version

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: splunk-firehose-nozzle

Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
- run: ruby -v

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: splunk-firehose-nozzle

Expand Down

0 comments on commit 8549dd2

Please sign in to comment.