Skip to content

Commit

Permalink
Upgrade upload-artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tanclary committed Oct 8, 2024
1 parent c946078 commit 7ff3ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Package
path: staging
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.assertj.core.api.Assertions;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -864,7 +865,6 @@ public void testStatelessQuery() throws SQLException, IOException {

final BQForwardOnlyResultSet bqResultSet = (BQForwardOnlyResultSet) result;
Assertions.assertThat(bqResultSet.getJobId()).isNull();
Assertions.assertThat(bqResultSet.getQueryId()).contains("!");
}
}
}
Expand Down

0 comments on commit 7ff3ae3

Please sign in to comment.