Skip to content

Commit

Permalink
github-actions: actions/upload-artifact@v3 will be retired by January…
Browse files Browse the repository at this point in the history
… 30th, 2025 (#209)
  • Loading branch information
v1v authored Jan 20, 2025
1 parent 587fe67 commit 5e68a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.go-version }}
path: build/junit*.xml
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016-2024 Elasticsearch BV
Copyright 2016-2025 Elasticsearch BV

This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).
Expand Down

0 comments on commit 5e68a5e

Please sign in to comment.