Skip to content

Commit 30fb798

Browse files
committed
Fixup
1 parent e0c3cf6 commit 30fb798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autoconf-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
image: ${{ matrix.os }}:${{ matrix.version }}
6262
steps:
6363
- name: Download Artifact
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: release.tar.gz
6767
- name: Install git so we get the .github directory
@@ -85,7 +85,7 @@ jobs:
8585
image: ${{ matrix.os }}:${{ matrix.version }}
8686
steps:
8787
- name: Download Artifact
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v4
8989
with:
9090
name: release.tar.gz
9191
- name: Install git so we get the .github directory
@@ -112,7 +112,7 @@ jobs:
112112
#
113113
# steps:
114114
# - name: Checkout code
115-
# uses: actions/checkout@v3
115+
# uses: actions/checkout@v4
116116
#
117117
# - name: Build project
118118
# run: |
@@ -121,7 +121,7 @@ jobs:
121121
# echo "Artifact content" > build/artifact.txt
122122
#
123123
# - name: Upload artifact
124-
# uses: actions/upload-artifact@v3
124+
# uses: actions/upload-artifact@v4
125125
# with:
126126
# name: my-artifact
127127
# path: build/artifact.txt

0 commit comments

Comments
 (0)