Skip to content

Commit 907610c

Browse files
build(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [docker/login-action](https://github.com/docker/login-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `docker/login-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16afb1f commit 907610c

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

.github/workflows/build-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
BUILD_ARCH: ${{ matrix.BUILD_ARCH }}
2222
steps:
2323
- uses: actions/checkout@v6
24-
- uses: actions/download-artifact@v7
24+
- uses: actions/download-artifact@v8
2525
with:
2626
name: package-parts-linux-${{ matrix.BUILD_ARCH }}
2727
path: agent/native/_build/linux-${{ matrix.BUILD_ARCH }}-release/
28-
- uses: actions/download-artifact@v7
28+
- uses: actions/download-artifact@v8
2929
with:
3030
name: package-parts-linuxmusl-${{ matrix.BUILD_ARCH }}
3131
path: agent/native/_build/linuxmusl-${{ matrix.BUILD_ARCH }}-release/
3232
- name: Log in to the Container registry
33-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
33+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
@@ -39,7 +39,7 @@ jobs:
3939
run: make -C packaging package
4040
- name: package info
4141
run: make -C packaging info
42-
- uses: actions/upload-artifact@v6
42+
- uses: actions/upload-artifact@v7
4343
with:
4444
name: packages-${{ matrix.BUILD_ARCH }}
4545
path: |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "Detected CPUs: $(nproc)"
4949
make -f .ci/Makefile build
5050
51-
- uses: actions/upload-artifact@v6
51+
- uses: actions/upload-artifact@v7
5252
with:
5353
name: package-parts-${{ matrix.arch }}
5454
path: |

.github/workflows/cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v6
2929

30-
- uses: actions/download-artifact@v7
30+
- uses: actions/download-artifact@v8
3131
with:
3232
name: package-parts-linux-x86-64
3333
path: agent/native/_build/linux-x86-64-release/
3434

35-
- uses: actions/download-artifact@v7
35+
- uses: actions/download-artifact@v8
3636
with:
3737
name: package-parts-linuxmusl-x86-64
3838
path: agent/native/_build/linuxmusl-x86-64-release/
@@ -72,7 +72,7 @@ jobs:
7272
type=raw,value=latest
7373
7474
- name: Log in to the Container registry
75-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
75+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
7676
with:
7777
registry: ${{ env.REGISTRY }}
7878
username: ${{ github.actor }}

.github/workflows/phpt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# tar --wildcards --strip-components 5 -xf /tmp/apm-agent-php-linux-x86-64.tar ./opt/elastic/apm-agent-php/extensions/elastic_apm*
4040
# cd -
4141
- uses: actions/checkout@v6
42-
- uses: actions/download-artifact@v7
42+
- uses: actions/download-artifact@v8
4343
with:
4444
name: package-parts-linux-x86-64
4545
path: |
@@ -63,7 +63,7 @@ jobs:
6363
sudo chmod -R 777 agent/extension_phpt_test/results
6464
sudo chown -R $(id -u):$(id -g) agent/extension_phpt_test/results
6565
- if: success() || failure()
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
continue-on-error: true
6868
with:
6969
name: phpt-test-results-${{ matrix.php-version }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v6
5656

5757
- name: Download package artifacts
58-
uses: actions/download-artifact@v7
58+
uses: actions/download-artifact@v8
5959
with:
6060
pattern: packages-*
6161
path: ${{ env.BUILD_PACKAGES }}
@@ -106,7 +106,7 @@ jobs:
106106
# this artifact name is used also in some other places,
107107
# such as ./.github/workflows/test-packages.yml.
108108
# Therefore v4 cannot be used at the moment.
109-
- uses: actions/upload-artifact@v6
109+
- uses: actions/upload-artifact@v7
110110
with:
111111
name: signed-artifacts
112112
path: signed-artifacts.zip
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142

143143
- uses: actions/checkout@v6
144-
- uses: actions/download-artifact@v7
144+
- uses: actions/download-artifact@v8
145145
with:
146146
name: signed-artifacts
147147
path: ${{ env.BUILD_PACKAGES }}

.github/workflows/test-packages.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444

45-
- uses: actions/download-artifact@v7
45+
- uses: actions/download-artifact@v8
4646
if: ${{ inputs.package-name }}
4747
with:
4848
name: ${{ inputs.package-name }}
4949
path: ${{ env.BUILD_PACKAGES }}
5050

51-
- uses: actions/download-artifact@v7
51+
- uses: actions/download-artifact@v8
5252
if: ${{ ! inputs.package-name }}
5353
with:
5454
pattern: 'package*'
5555
merge-multiple: true
5656
path: ${{ env.BUILD_PACKAGES }}
5757

5858
- name: Log in to the Container registry
59-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
59+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}
@@ -70,12 +70,12 @@ jobs:
7070
env:
7171
PACKAGE_FILE: "${{ inputs.package-name }}.zip"
7272

73-
- uses: actions/download-artifact@v7
73+
- uses: actions/download-artifact@v8
7474
with:
7575
name: package-parts-linux-x86-64
7676
path: agent/native/_build/linux-x86-64-release
7777

78-
- uses: actions/download-artifact@v7
78+
- uses: actions/download-artifact@v8
7979
with:
8080
name: package-parts-linuxmusl-x86-64
8181
path: agent/native/_build/linuxmusl-x86-64-release
@@ -124,7 +124,7 @@ jobs:
124124
\;
125125
126126
- if: success() || failure()
127-
uses: actions/upload-artifact@v6
127+
uses: actions/upload-artifact@v7
128128
with:
129129
name: test-results-${{ env.ELASTIC_APM_PHP_TESTS_MATRIX_ROW }}
130130
path: build/*junit.xml
@@ -140,7 +140,7 @@ jobs:
140140
find . -name "syslog" -exec bash -c 'cp {} "../syslog-files/${ELASTIC_APM_PHP_TESTS_MATRIX_ROW//[^[:alnum:]]/-}-$(basename {})"' \;
141141
find . -name "messages" -exec bash -c 'cp {} "../syslog-files/${ELASTIC_APM_PHP_TESTS_MATRIX_ROW//[^[:alnum:]]/-}-$(basename {})"' \;
142142
- if: failure()
143-
uses: actions/upload-artifact@v6
143+
uses: actions/upload-artifact@v7
144144
continue-on-error: true
145145
with:
146146
name: syslogs-${{ env.ELASTIC_APM_PHP_TESTS_MATRIX_ROW }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
BUILD_ARCHITECTURE: ${{ matrix.data.arch }}
6666
steps:
6767
- uses: actions/checkout@v6
68-
- uses: actions/download-artifact@v7
68+
- uses: actions/download-artifact@v8
6969
with:
7070
name: package-parts-${{ matrix.data.arch }}
7171
path: agent/native/_build/${{ matrix.data.arch }}-release/
@@ -112,7 +112,7 @@ jobs:
112112
-exec bash -c 'mv {} "build/${PHP_VERSION}-${DOCKERFILE}-$(basename {})"'
113113
\;
114114
- if: success() || failure()
115-
uses: actions/upload-artifact@v6
115+
uses: actions/upload-artifact@v7
116116
with:
117117
name: test-results-${{ matrix.php-version }}-${{ matrix.dockerfile }}
118118
path: build/*junit.xml

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"pull_requests": "write"
3030
}
3131
32-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
32+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)